BingMapsGeocoderService

new Cesium.BingMapsGeocoderService(options)

Provides geocoding through Bing Maps.
Name Type Description
options Object Object with the following properties:
Name Type Description
key String optional A key to use with the Bing Maps geocoding service

Members

readonly key : String

The key for the Bing geocoder service

readonly url : String

The URL endpoint for the Bing geocoder service

Methods

geocode(query)Promise.<Array.<GeocoderService.Result>>

Name Type Description
query String The query to be sent to the geocoder service
Returns: