CartographicGeocoderService

Geocodes queries containing longitude and latitude coordinates and an optional height. Query format: longitude latitude (height) with longitude/latitude in degrees and height in meters.

See also

Constructors

Link copied to clipboard
constructor()

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>
Link copied to clipboard
fun geocodeAsync(query: String): <Error class: unknown class><<Error class: unknown class><GeocoderService.Result>>