diff --git a/src/map/Map.Geolocation.js b/src/map/Map.Geolocation.js index 6aa5dc1f..17c412d0 100644 --- a/src/map/Map.Geolocation.js +++ b/src/map/Map.Geolocation.js @@ -30,7 +30,8 @@ L.Map.include({ this.fire('locationfound', { latlng: new L.LatLng(lat, lng), - bounds: bounds + bounds: bounds, + accuracy: pos.coords.accuracy }); } }); \ No newline at end of file