ThinkGeo.com    |     Documentation    |     Premium Support

Change icon on trackMode change

Hello,

Can I change thinkGeo map icon on changing trackMode of TrackOverlay?
thinkgeoMap.TrackOverlay.TrackMode = TrackMode.Rectangle;

Does thinkgeo have map icons?

Thanks,
Krishna

Hi Krishna,

I don’t understand about the map icon, do you means the map.MapTools.Logo?

You can modify it like this:
map.MapTools.Logo.Source = new BitmapImage(new Uri(@“C:\logo.jpg”, UriKind.RelativeOrAbsolute));

Wish that’s helpful.

Regards,

Ethan

1 Like

Thanks Ethan.

This helps and fulfill the requirement.

Hi Krishna,

I am glad to hear that’s helpful.

Regards,

Ethan