Can anyone point me to an example of how to place custom pins on a map? I've seen demos and other examples that do exactly what I'm looking for but none of them give any code or explanation of how to do the pins.
I've attached a screen shot of what I'm looking for.
One way to achieve the desired result is to use the map's VisualizationLayer and it's ItemTemplate.
This approach is demonstrated in the attached project with the ItemTemplate from one of our demos.
Another approach is instead of using ItemTemplate and ItemsSource to try the PointData object and add it in the Items collection of the VisualizationLayer. The default visual of the PointData object is similar to the one demonstrated in the image attached in your last reply.