GooglePlacesAutoComplete

Additional

Language
Kotlin
Version
N/A
Created
Feb 24, 2020
Updated
Oct 22, 2022 (Retired)
Owner
Shweta Chauhan (ShwetaChauhan18)
Contributors
Shweta Chauhan (ShwetaChauhan18)
Shweta Chauhan (shwetachauhan-simform)
2
Activity
Badge
Generate
Download
Source code

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