从 Bing [silverlight] 获取带有图钉的地图
我尝试 dvlp WP7 的应用程序。此应用程序必须“请求”bing 服务来检索带有图钉的地图(POI,如火车站或地铁站)。在我的应用程序中,我想获取图钉集合并用它来做其他事情。 问题是我不知道如何从 Bing 地图获取这张地图。 有人有主意吗?
非常感谢,
技能
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请查看 MSDN 文章,了解如何:使用适用于 Windows Phone 的 Bing 地图 Silverlight 控件
拥有地图后,您可以在需要的位置添加图钉。
您可以使用 SearchServiceClient 查找附近的车站等。
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.