Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.61 KB

File metadata and controls

41 lines (30 loc) · 1.61 KB

README

GooglePlacesAutoComplete

Kotlin Version Platform API

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.⭐