IonGeocoderService

new Cesium.IonGeocoderService(options)

Provides geocoding through Cesium ion.
参数名称 类型 描述信息
options object Object with the following properties:
参数名称 类型 默认值 描述信息
scene Scene The scene
accessToken string Ion.defaultAccessToken 可选 The access token to use.
server string | Resource Ion.defaultServer 可选 The resource to the Cesium ion API server.
参考:

成员(属性)

Gets the credit to display after a geocode is performed. Typically this is used to credit the geocoder service.

方法

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

参数名称 类型 默认值 描述信息
query string The query to be sent to the geocoder service
type GeocodeType GeocodeType.SEARCH 可选 The type of geocode to perform.
返回值: