ReverseHttpApiPlatformGeocoder

A HttpApiPlatformGeocoder for reverse geocoding that uses the provided ReverseEndpoint.

See also

Constructors

Link copied to clipboard
constructor(endpoint: ReverseEndpoint, 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>