I've been looking for examples on how to perform this task however i haven't been able to find a clear one. Can someone please point me in the right direction. I'm lost...
Edit/Update:
Ive manage to add some markers following the following example: http://www.microsoftvirtualacademy.com/Content/ViewContent.aspx?et=8698&m=8686&ct=29035
However, as MSDN documentation states,
The MapIcon is not guaranteed to be shown. It may be hidden when it obscures other elements or labels on the map. The optional Title of the MapIcon is not guaranteed to be shown. If you don't see the text, zoom out by increasing the value of the ZoomLevel property of the MapControl.
I need something that its going to show no matter what, it has been almost impossible to find an simple example on how to perform this simple task! I must say im using the latest Maps sdk, not the previous 8.0.
What have you tried?
Have you read this article about Windows Phone 8.1 for Developers – Maps
Quote from the article:
There's also a good article on MSDN with a code sample:
Windows phone 8.1 has 2 different systems. One is Silverlight, the other is Win RT.
This is the Win RT version, so if you use in Silverlight, it won't work.
Maybe you can specify more about your question and your Windows Phone 8.1 version.
I was able to do it using the following code
The XAML I use for the Universal Apps version of the maps to display databound pins:
The namespace:
The XAML:
I use a custom pin (for this app, it varies in size and color depending on data bound to it) but they always appear on the map.
I hope this helps, please let me know if you need any specific details.