ForwardHttpApiPlatformGeocoder

A HttpApiPlatformGeocoder for forward geocoding that uses the provided ForwardEndpoint.

See also

Constructors

Link copied to clipboard
constructor(endpoint: ForwardEndpoint, client: HttpClient)

Functions

Link copied to clipboard
open suspend override fun forward(address: String): List<Coordinates>
Link copied to clipboard
open override fun isAvailable(): Boolean
Link copied to clipboard
open suspend override fun reverse(latitude: Double, longitude: Double): List<Place>