Geocoder
Create a new Geocoder instance that uses a HttpApiPlatformGeocoder.
You can create your own HttpApiPlatformGeocoder object, or you can use one of the provided extension artifacts.
Return
A new Geocoder instance.
Parameters
The HttpApiPlatformGeocoder to use for geocoding operations.
The CoroutineDispatcher to use for geocoding operations.
Create a new Geocoder instance that uses a HttpApiPlatformGeocoder which is constructed from the supplied ForwardEndpoint and ReverseEndpoint.
Return
A new Geocoder instance.
Parameters
The ForwardEndpoint to use for forward geocoding operations.
The ReverseEndpoint to use for reverse geocoding operations.
The Json instance to use for serialization and deserialization.
The HttpClient to use for network operations.
The CoroutineDispatcher to use for geocoding operations.