An open API service indexing awesome lists of open source software.

https://github.com/pranaypatel512/placeautocomplete

Using GooglePlace to get place details. Google provide different way to implement Google Place API to get place details.Different way are like PlaceAutocompleteFragment , PlaceAutocompleteActivity . These all are implement to get place details using Google place API.
https://github.com/pranaypatel512/placeautocomplete

android google-place-api google-place-autocomplete google-place-picker googleplaces

Last synced: about 1 year ago
JSON representation

Using GooglePlace to get place details. Google provide different way to implement Google Place API to get place details.Different way are like PlaceAutocompleteFragment , PlaceAutocompleteActivity . These all are implement to get place details using Google place API.

Awesome Lists containing this project

README

          

# PlaceAutocomplete

Using [GooglePlace](https://developers.google.com/places/android-api/?hl=en) to get place details. Google provide different way to implement Google Place API to get place details.Different way are like **PlaceAutocompleteFragment** , **PlaceAutocompleteActivity** . These all are implement to get place details using Google place API.

**PlaceAutocompleteFragment**:
![PlaceAutoCompleteFragment](http://i.stack.imgur.com/E9DcR.png)
**PlaceAutocompleteActivity**:
![PlaceAutocompleteActivity](http://i.stack.imgur.com/YTsNZ.png)

Also See [How to Implement PlaceAutocompleteFragment and PlaceAutocompleteActivity to get Place details](http://stackoverflow.com/questions/34416817/how-to-implement-placeautocompletefragment-and-placeautocompleteactivity-to-get)