Skip to content

Commit

Permalink
docs: update types link to reference (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
ro-ka authored May 29, 2020
1 parent 86ec922 commit 103a363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Restricts predictions to the specified country (ISO 3166-1 Alpha-2 country code,
Type: `Array`
Default: `null`

The types of predictions to be returned. Four types are supported: `establishment` for businesses, `geocode` for addresses, `(regions)` for administrative regions and `(cities)` for localities. If nothing is specified, all types are returned. Consult the Google Docs for [up to date types](https://developers.google.com/maps/documentation/javascript/reference#AutocompletionRequest).
The types of predictions to be returned. Four types are supported: `establishment` for businesses, `geocode` for addresses, `(regions)` for administrative regions and `(cities)` for localities. If nothing is specified, all types are returned. Consult the Google Docs for [up to date types](https://developers.google.com/maps/documentation/javascript/reference/places-autocomplete-service#AutocompletionRequest.types).

#### fixtures
Type: `Array`
Expand Down

0 comments on commit 103a363

Please sign in to comment.