ForwardGeocoder
fun ForwardGeocoder(platformGeocoder: PlatformGeocoder, dispatcher: CoroutineDispatcher = Dispatchers.Default): ForwardGeocoder
Create a new ForwardGeocoder using the provided PlatformGeocoder.
Return
A new ForwardGeocoder.
Parameters
platformGeocoder
The PlatformGeocoder to use for geocoding.
dispatcher
The CoroutineDispatcher to use for running the geocoding operations.