GoogleGeocoderService

Provides geocoding through Google.

See also

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Properties

Link copied to clipboard

Gets the credit to display after a geocode is performed. Typically this is used to credit the geocoder service.

Functions

Link copied to clipboard
suspend fun geocode(query: String): <Error class: unknown class><GeocoderService.Result>

Get a list of possible locations that match a search string.

Link copied to clipboard
fun geocodeAsync(query: String): <Error class: unknown class><<Error class: unknown class><GeocoderService.Result>>