MobileGeocoder

fun MobileGeocoder(dispatcher: CoroutineDispatcher = Dispatchers.Default): Geocoder

Create a new Geocoder instance for geocoding operations.

Return

A new Geocoder instance.

Parameters

dispatcher

The CoroutineDispatcher to use for geocoding operations.