如何使用 Google Maps API v3 从 iPhone 获取用户的位置?
我想在 iPhone 上制作一个谷歌地图,并在用户第一次打开该网站时显示他们的位置。
但我在 Google Maps v3 api 上找不到这个方法。所以我想也许iPhone有这样的功能。是吗?
I want to make a google map on the iPhone and show the user's location when they first open the site.
But i can't find this method on Google Maps v3 api. So i think maybe the iPhone has the function to do this. Does it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要使用 iPhone 上的 Safari 支持的 W3C Geolocation API。
使用来自 Geolocation API 的位置在 Google 地图上绘制一个点,将如下所示:
确保 Google 地图 API v3 包含在您的 Web 文档中:
...并且您有地图画布的占位符:
You may want to use the W3C Geolocation API, which Safari on the iPhone supports.
Plotting a point on Google Maps using the position from the Geolocation API, will look something like this:
Make sure that the Google Maps API v3 is included in your web document:
... and that you have a placeholder for the map canvas: