new Cesium.BingMapsGeocoderService(options)

通过Bing地图提供地理编码.
Name Type Description
options object 下列属性的对象 :
Name Type Description
key string 用于 Bing Maps 地理编码服务的密钥
culture string optional A Bing Maps Culture Code to return results in a specific culture and language.
See:

Members

readonly credit : Credit|undefined

在完成地理代码后获得显示的信用值 。 通常,这是用来信用的 地理编码器服务.

readonly key : string

Bing 地理编码器服务的密钥

readonly url : string

Bing 地理编码器服务的 NT 0 端点

Methods

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

Name Type Description
query string 要发送到地理编码器服务的查询
Returns:
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.