Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ _This list is a work in progress. PRs welcome!_
| currentLocationLabel | string | change the display label for the current location button | Current Location | Any string |
| debounce | number | debounce the requests (in ms) | 0 | |
| disableScroll | boolean | disable scroll on the results list | | |
| enableHighAccuracyLocation | boolean | use GPS or not. If set to true, a GPS position will be requested. If set to false, a WIFI location will be requested. use GPS or not. If set to true, a GPS position will be requested. If set to false, a WIFI location will be requested. | true | |
| enableHighAccuracyLocation | boolean | use GPS or not. If set to true, a GPS position will be requested. If set to false, a WIFI location will be requested. | true | |
| enablePoweredByContainer | boolean | show "powered by Google" at the bottom of the search results list | true | |
| fetchDetails | boolean | get more place details about the selected option from the Place Details API | false | |
| filterReverseGeocodingByTypes | array | filter the reverse geocoding results by types - ['locality', 'administrative_area_level_3'] if you want to display only cities | | |
Expand Down