Hi,
i need to show some individual symbols for my pushpins, but i can't find exactly how to do it. I'm adding the pushpin this way:
The problem is, that i've seen the pushpin.Symbol-Member, but i don't know how to set a custon bitmap or jpg to it, cause it's a short-Value.Code:MapPoint.Location loc = map.GetLocation(latitude, longitude, altitude); MapPoint.Pushpin pushpin = map.AddPushpin(loc, loc.Name);
Is it somehow possible to use these Standard-Icons from MapPoint:
http://msdn.microsoft.com/library/de...ablesIcons.asp
Thanks, greets
mike