Skip to content

Commit 2267f48

Browse files
committed
fix: updated README
1 parent 650c2f1 commit 2267f48

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ The ID of the HTML element you want to initialize the plugin on or a direct refe
9999

100100
Options specific for this plugin
101101

102-
The only supported option for now is `setCurrentPosition` which specifies if you want the plugin to automatically try and detect and set the marker to the the current user's location _(defaults to true)_.
102+
* `lat`: latitude of initial needed position
103+
* `lng`: longitude of initial needed position
104+
* `setCurrentPosition`: specifies if you want the plugin to automatically try and detect and set the marker to the the current user's location. It has no effect if `lat` and `lng` are supplied. _(defaults to true)_
105+
103106

104107
#### `mapOptions`:
105108

0 commit comments

Comments
 (0)