Docs(Map): typo on Map Geolocation watch option (#5894)
This commit is contained in:
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…
Reference in New Issue
Block a user