GooglePlacesAutoComplete
GooglePlacesAutoComplete copied to clipboard
GooglePlacesAutoComplete is a small kotlin demo for auto search in google map.🎉✨
README
GooglePlacesAutoComplete
Getting Started
GooglePlacesAutoComplete
is a small kotlin demo for auto search in google map.
How to get started
In MainActivity "Places.initialize(this, "GOOGLE_MAPS_KEY")", replace your google map key here "GOOGLE_MAPS_KEY".
TypeFilter
- ADDRESS 📍,
- CITIES 🌆 ,
- ESTABLISHMENT ✨ ,
- GEOCODE 🎯 ,
- REGIONS 🇮🇳
Change this filter :
- open MapExtention File
- getAutocomplete Method
- setTypeFilter(TypeFilter.CITIES)
🎬 Preview
TypeFilter.ADDRESS | TypeFilter.CITIES |
---|---|
![]() |
![]() |
Find this sample useful? ❤️
Support it by joining stargazers for this repository.⭐