Place Search Dialog
A place autocomplete search dialog which uses Google's places API for finding results.
The dialog searches for locations from all around the world. To customize it, set the new location bounds using .setLatLngBounds(BOUNDS)
How to use
Setup
PlaceSearchDialog requires Places API key by Google. You can get it from here.
Use the dialog as it is
or Customize it accordingly
Add this in your applications AndroidManifest.xml
Installation
Gradle
Just use it as a dependency in your app's build.gradle file
Maven
Ensure you have android-maven-plugin version that support aar archives and add following dependency: