Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md: Remove duplicate description #954

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Update README.md: Remove duplicate description
- This removes duplicate description on the prop `enableHighAccuracyLocation`
mitchiemt11 authored Oct 9, 2024
commit 09327a9fc8764ab60aa49ccdb7196467d5c1c925
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 | | |