IonGeocoderService
Provides geocoding through Cesium ion.
See also
Types
Link copied to clipboard
interface ConstructorOptions
Properties
Functions
Link copied to clipboard
suspend fun geocode(query: String, type: GeocodeType? = definedExternally): ReadonlyArray<GeocoderService.Result>
Link copied to clipboard
fun geocodeAsync(query: String, type: GeocodeType? = definedExternally): Promise<ReadonlyArray<GeocoderService.Result>>