实时地理定位离子

时间:2014-06-25 14:34:20

标签: leaflet ionic-framework

我想用离子构建移动应用程序,首先用户是地理位置我希望每2秒更新一次他的位置这是地理定位的代码

$scope.makeFit = function() {
  leafletData.getMap().then(function(map) {
    map.locate({setView: true, maxZoom: 16});
    var marker;
    function onLocationFound(e) {
      marker= new L.Marker(e.latlng);
      marker.addTo(map)
            .bindPopup("" + e.latlng + " ");
    }
    map.on('locationfound', onLocationFound); 
  });
};

1 个答案:

答案 0 :(得分:5)

watch提供locate()选项,{{1}},{{1}}。{/ p>