码迷,mamicode.com
首页 > Web开发 > 详细

js获取 gps坐标

时间:2017-05-30 19:26:39      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:long   lang   get   res   number   rds   class   eol   ntp   

if (navigator.geolocation) {
                  navigator.geolocation.getCurrentPosition(function(pos) {
                    model.address.geo = {
                      lat: pos.coords.latitude.toFixed(5),
                      lng: pos.coords.longitude.toFixed(5)
                    };
                  });
              } else {
                  alert("Geolocation is not supported by this browser.");
              }

js获取 gps坐标

标签:long   lang   get   res   number   rds   class   eol   ntp   

原文地址:http://www.cnblogs.com/shuaishuaidejun/p/6920992.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!