MobilePlatformGeocoder

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 placeFromAddress(address: String): List<Place>

Geocode an address to a list of Place.

Link copied to clipboard
abstract suspend fun reverse(latitude: Double, longitude: Double): List<Place>