NotSupportedPlatformGeocoder

A no-op PlatformGeocoder that is used when the platform does not support geocoding.

This can be used as a fallback when the platform does not support geocoding.

Functions

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

Get a list of Coordinatess from an address.

Link copied to clipboard
open override fun isAvailable(): Boolean

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

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

Get a list of Places from latitude and longitude coordinates.