BingMapsGeocoderService

new Cesium.BingMapsGeocoderService(options)

通过Bing地图提供地理编码。
Name Type Description
options Object 具有以下属性的对象:
Name Type Description
key String 与Bing地图地理编码服务一起使用的密钥

Members

readonly key : String

Bing geocoder服务的密钥

readonly url : String

Bing geocoder服务的URL终结点

Methods

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

Name Type Description
query String 要发送到geocoder服务的查询
Returns: