Android GeoData Implementation code example
Example 1: Android GeoData Implementation
repositories {
jcenter()
maven {
url "https://maven.google.com"
}
}
Example 2: Android GeoData Implementation
compile 'com.google.android.gms:play-services-places:11.2.0'