IonGeocoderService

new Cesium.IonGeocoderService(options)

Provides geocoding through Cesium ion.
Name Type Description
options object Object with the following properties:
Name Type Default Description
scene Scene The scene
accessToken string Ion.defaultAccessToken optional The access token to use.
server string | Resource Ion.defaultServer optional The resource to the Cesium ion API server.
geocodeProviderType IonGeocodeProviderType IonGeocodeProviderType.DEFAULT optional The geocoder the Cesium ion API server should use to fulfill this request.
See:

Members

Gets the credit to display after a geocode is performed. Typically this is used to credit the geocoder service.
The geocoding service that Cesium ion API server should use to fulfill geocding requests.
Default Value: IonGeocodeProviderType.DEFAULT

Methods

Name Type Default Description
query string The query to be sent to the geocoder service
type GeocodeType GeocodeType.SEARCH optional The type of geocode to perform.
Returns:
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.