new Cesium.CartographicGeocoderService()

包含经度和纬度坐标以及可选高度的地理编码查询. 查询格式: `longitude latitude (height)` ,以经度/纬度表示,以米计.

Members

readonly credit : Credit|undefined

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

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.