0
我正在嘗試leafletjs中的監視功能來更新地圖和當前位置。leafletjs使用地圖監視選項kCLErrorDomain錯誤的默認位置更新0
我也想用: function onLocationFound(e){ var radius = e.accuracy/2;
L.marker(e.latlng).addTo(map)
.bindPopup("You are within " + radius + " meters from this point").openPopup();
}
有當前位置
的圖標,我得到一個錯誤kCLErrorDomain 0
它出現在leafletjs