
为了使用 HTML5 地理位置或任何 Google API 获取纬度和经度,我们需要为此添加 JavaScript。
脚本如下 –
if (navigator.geolocation) { /* If current position is obtained then there is success otherwise there is failure. On failure, separate error message is shown */ navigator.geolocation.getCurrentPosition(successFunc, errorFunc);} else { alert(‘Geolocation is not enabled in your browser. Please use a latest browser to supports it.');}
以上就是如何使用HTML5地理定位或Google API获取地址的经纬度?的详细内容,更多请关注创想鸟其它相关文章!
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 chuangxiangniao@163.com 举报,一经查实,本站将立刻删除。
发布者:程序猿,转转请注明出处:https://www.chuangxiangniao.com/p/1552101.html
微信扫一扫
支付宝扫一扫