requestReverseGeocoding
fun requestReverseGeocoding(lat: Float, lon: Float, onReverseGeocodingListener: OnReverseGeocodingListener)
Calls the ReverseGeocoding API for the requested coordinates to get address information.
The API is requested based on coordinates, and the result is delivered via a callback through onReverseGeocodingListener.
Parameters
lat
The latitude of the target coordinate.
lon
The longitude of the target coordinate.
onReverseGeocodingListener
The listener to receive the ReverseGeocoding API call results.