Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit a391644

Browse files
Updated autocompleteRadius description (#46)
Addresses #45
1 parent beb08ad commit a391644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ selectedPlaceWidgetBuilder | WidgetBuilder | Specified on below section
256256
pinBuilder | WidgetBuilder | Specified on below section
257257
introPanelWidgetBuilder | WidgetBuilder | Specified on below section
258258
autocompleteOffset | num | The position, in the input term, of the last character that the service uses to match predictions
259-
autocompleteRadius | num | The distance (in meters) within which to return place results
259+
autocompleteRadius | num | The distance (in meters) within which to return place results. When set, autocomplete's results will be ordered by best results in the radius and by closest outside of the radius. Set to 1 to order all results by proximity.
260260
autocompleteLanguage | String | The [language code](https://developers.google.com/maps/faq#languagesupport), indicating in which language the results should be returned, if possible.
261261
autocompleteComponents | List\<Components\> | A grouping of places to which you would like to restrict your results. Currently, you can use components to filter by up to 5 countries.
262262
autocompleteTypes | List\<String\> | The types of place results to return. See [Place Types](https://developers.google.com/places/web-service/autocomplete#place_types).

0 commit comments

Comments
 (0)