Hello,
Can I change thinkGeo map icon on changing trackMode of TrackOverlay?
thinkgeoMap.TrackOverlay.TrackMode = TrackMode.Rectangle;
Does thinkgeo have map icons?
Thanks,
Krishna
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
Thanks Ethan.
This helps and fulfill the requirement.
Hi Krishna,
I am glad to hear that’s helpful.
Regards,
Ethan