Skip to content

Commit 127c444

Browse files
committed
Added autocomplete description to options readme
1 parent 29dd0d8 commit 127c444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

options.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
| defaultLoc | false | If true, the map will load with a default location immediately. Set slideMap to false if you want to use this. |
3535
| defaultLat | null | If using defaultLoc, set this to the default location latitude. |
3636
| defaultLng | null | If using defaultLoc, set this to the default location longitude. |
37+
| autoComplete | false | Set to true to enable Google Places autocomplete. Note the slight markup differences in the example file. |
3738
| autoGeocode | false | Set to true if you want to use the HTML5 geolocation API (good for mobile) to geocode the user's location. |
3839
| maxDistance | false | Set to true if you want to give users an option to limit the distance from their location to the markers. |
3940
| maxDistanceID | 'bh-sl-maxdistance' | ID of the select element for the maximum distance options. |

0 commit comments

Comments
 (0)