getLocationName

open suspend fun getLocationName(lat: Double, lon: Double): String

Get the name of a location based on lat/lon coordinates. The default implementation uses the Android Geocoder. If the Geocoder is not available, the lat/lon coordinates are formatted as a string.