Skip to content

Commit

Permalink
Fixed a typo in the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaykumar97 authored and bell-steven committed Mar 15, 2021
1 parent 0b4a535 commit 1887f72
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 @@ -478,7 +478,7 @@ If you need to include this component inside a ScrolView or FlatList, remember t
Google Provides a bunch of web APIs for finding an address or place, and getting it’s details.
There are the Google Places Web APIs ([Place Search](https://developers.google.com/places/web-service/search), [Place Details](https://developers.google.com/places/web-service/details), [Place Photos](https://developers.google.com/places/web-service/photos), [Place Autocomplete](https://developers.google.com/places/web-service/autocomplete), [Query Autocomplete](https://developers.google.com/places/web-service/query)) and the [Google Geocode API](https://developers.google.com/maps/documentation/geocoding/intro) .
The are 5 Google Places APIs:
The 5 Google Places Web APIs are:
- **Place Autocomplete -** automatically fills in the name and/or address of a place as users type.
- **Place Details -** returns more detailed information about a specific place (using a place_id that you get from Place Search, Place Autocomplete, or Query Autocomplete).
Expand Down

0 comments on commit 1887f72

Please sign in to comment.