Search code examples
silverlightwindows-phone-7bingpushpinpoint-of-interest

get a map with pushpin from Bing [silverlight]


I tried to dvlp an applic for WP7. This applic must "ask" bing services to retrieve a map with pushpins (POI like train stations or metro stations). In my applic I want to get the pushpins collection and use it to do something else. The matter is that I don't know how to get this map from Bing Maps. Is somebody have an idea ?

Thnks a lot,

Skil


Solution

  • Have a look at the MSDN article on How to: Use the Bing Maps Silverlight Control for Windows Phone

    Once you have a map you can add pushpins where you require them.

    You could use the SearchServiceClient to find nearby stations, etc.