Windows Phone 7 上地图的 URL 约定
在 Windows Phone 7 上从移动 Internet Explorer 打开地图的最佳做法是什么?在 BlackBerry 上,您使用 JavaScript 方法,在 Android/iOS 上,您只需链接到谷歌地图 URL。
我计划将打开地图的不同方式集成到我的移动地理 JavaScript 库中,并且没有 Windows Phone 设备。
http://code.google.com/p/geo-location-javascript/
谢谢, 斯坦·维彻斯
What is the best practice for opening a map from the mobile internet explorer on windows phone 7? On BlackBerry you use a JavaScript method and on Android/iOS you simply link to a google maps URL.
I am planning to integrate the different ways of opening maps into my mobile geo javascript library and don't have a windows phone device.
http://code.google.com/p/geo-location-javascript/
Thanks,
Stan Wiechers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 WP7 的地图:协议。我还没有找到任何文档,但这有效。
Use the maps: protocol for WP7. I haven't found any documentation but this works.
目前还没有一种内置方法可以从设备(或模拟器)上的网页内链接到地图应用程序。 (其他应用程序也不可能做到这一点。)
我建议直接链接到移动 Bing 页面。例如以下搜索/显示“伦敦”的地图:
http://m.bing.com/search/search.aspx?A=mapdetails&L=伦敦
There currently isn't a built in way to link to the maps application from within a webpage on a device (or emulator). (Nor is it possible from other apps either.)
I'd recommend linking directly to a mobile Bing page. Such as the following which searches / shows a map for "London":
http://m.bing.com/search/search.aspx?A=mapdetails&L=London