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.
- Host: GitHub
- URL: https://github.com/pranaypatel512/placeautocomplete
- Owner: pranaypatel512
- Created: 2016-02-16T12:29:33.000Z (over 10 years ago)
- Default Branch: android
- Last Pushed: 2016-02-22T10:42:46.000Z (over 10 years ago)
- Last Synced: 2024-05-02T03:10:53.979Z (about 2 years ago)
- Topics: android, google-place-api, google-place-autocomplete, google-place-picker, googleplaces
- Language: Java
- Homepage:
- Size: 93.8 KB
- Stars: 20
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**:

**PlaceAutocompleteActivity**:

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)