HttpApiPlatformGeocoder

Defines the interface for a geocoder that uses an HTTP API to perform geocoding operations.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

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