GitHunt
SH

ShwetaChauhan18/GooglePlacesAutoComplete

GooglePlacesAutoComplete is a small kotlin demo for auto search in google map.๐ŸŽ‰โœจ

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.โญ

Languages

Kotlin100.0%

Contributors

Apache License 2.0
Created February 24, 2020
Updated November 26, 2025
ShwetaChauhan18/GooglePlacesAutoComplete | GitHunt