Docs(Map): typo on Map Geolocation watch option (#5894)

carto
ghybs 7 years ago committed by Vladimir Agafonkin
parent 0bcccb0190
commit 8dbc4fc9d7

@ -10,7 +10,7 @@ Some of the geolocation methods for `Map` take in an `options` parameter. This
is a plain javascript object with the following optional components:
@option watch: Boolean = false
If `true`, starts continous watching of location changes (instead of detecting it
If `true`, starts continuous watching of location changes (instead of detecting it
once) using W3C `watchPosition` method. You can later stop watching using
`map.stopLocate()` method.

Loading…
Cancel
Save