How To Get Title From Latlng Kotlin

[Solved] How To Get Title From Latlng Kotlin | Kotlin - Code Explorer | yomemimo.com
Question : how to get title from latlng kotlin

Answered by : vishnu-v-r

//Kotlin
latLng = LatLng(12.9172, 74.8560)
Geocoder(this,Locale.getDefault()).getFromLocation(latLng.latitude,latLng.longitude,1)[0].subLocality

Source : | Last Update : Mon, 12 Apr 21

Answers related to how to get title from latlng kotlin

Code Explorer Popular Question For Kotlin