geocode

suspend fun geocode(query: String, type: GeocodeType? = definedExternally): ReadonlyArray<GeocoderService.Result>(source)

Parameters

query

The query to be sent to the geocoder service

type

The type of geocode to perform. Default value - GeocodeType.SEARCH

See also