PlatformGeocoder

Wrapper for platform-specific geocoding services.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun forward(address: String): List<Coordinates>

Get a list of Coordinatess from an address.

Link copied to clipboard
abstract fun isAvailable(): Boolean

Returns true if the geocoder is available on the current platform.

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

Get a list of Places from latitude and longitude coordinates.