Geocoder

new Cesium.Geocoder(options)

A widget for finding addresses and landmarks, and flying the camera to them. Geocoding is performed using the Bing Maps Locations API.
Name Type Description
options Object Object with the following properties:
Name Type Default Description
container Element | String The DOM element or ID that will contain the widget.
scene Scene The Scene instance to use.
geocoderServices Array.<GeocoderService> optional The geocoder services to be used
autoComplete Boolean true optional True if the geocoder should query as the user types to autocomplete
flightDuration Number 1.5 optional The duration of the camera flight to an entered location, in seconds.

Members

container : Element

Gets the parent container.

searchSuggestionsContainer : Element

Gets the parent container.
Gets the view model.

Methods

Destroys the widget. Should be called if permanently removing the widget from layout.

isDestroyed()Boolean

Returns:
true if the object has been destroyed, false otherwise.