We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4460bd7 commit 19f0481Copy full SHA for 19f0481
src/map/ext/Map.Geolocation.js
@@ -16,8 +16,8 @@ L.Map.include({
16
},
17
18
// @method locate(options?: Locate options): this
19
- // Tries to locate the user using the Geolocation API, firing a `locationfound`
20
- // event with location data on success or a `locationerror` event on failure,
+ // Tries to locate the user using the Geolocation API, firing a [`locationfound`](#map-locationfound)
+ // event with location data on success or a [`locationerror`](#map-locationerror) event on failure,
21
// and optionally sets the map view to the user's location with respect to
22
// detection accuracy (or to the world view if geolocation failed).
23
// See `Locate options` for more details.
0 commit comments