requestGeocoding

fun requestGeocoding(address: String, onGeoCodingListener: OnGeocodingListener)

Calls the Geocoding API for the requested address to get location information.

The API is requested based on the address, and the result is delivered via a callback through OnGeocodingListener.

Parameters

address

The target address string for Geocoding. e.g., "De Ruijterkade 154, 1011 AC, Amsterdam"

onGeoCodingListener

The listener to receive the Geocoding API call results.