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): ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/GeocoderService.Result>
Link copied to clipboard
fun geocodeAsync(query: String, type: GeocodeType? = definedExternally): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/GeocoderService.Result>>