ShwetaChauhan18 / GooglePlacesAutoComplete

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Kotlin 100.0%