WP7 的 bing 地图控件是否提供“手动跟踪形状”功能?
我的意思是这样的: http://help.arcgis.com/en/arcgismobile /10.0/apis/WindowsPhone/samples/start.htm
转到该 ESRI 示例并选择“图形”,然后选择“交互添加”。 在该示例中,您可以使用鼠标(如果是手机,我想我们可以使用手指)在地图顶部绘制多边形、线条。
WP7 的 bing 地图控件是否提供类似的功能?
谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 WP7 控件与普通 Silverlight 控件相同,您可以通过添加 形状 添加到 Bing 地图/ee681899.aspx" rel="nofollow">MapPolygons()。如果没有,您仍然可以添加 多边形 和 折线(如以及其他形状)通过Silverlight 并将其显示在顶部。
If the WP7 control is the same as the normal Silverlight control, you can add
shapes
to your Bing Map by adding MapPolygons(). If not, you can still add polygons and polylines (as well as other shapes) via Silverlight and display it on top.