Geocoder
fun Geocoder(platformGeocoder: PlatformGeocoder, dispatcher: CoroutineDispatcher = Dispatchers.Default): Geocoder
Create a new Geocoder instance for geocoding operations.
Return
A new Geocoder instance.
Parameters
platformGeocoder
The platform-specific geocoder to use.
dispatcher
The CoroutineDispatcher to use for geocoding operations.