GoogleGeocoderService

new Cesium.GoogleGeocoderService(options)

Provides geocoding through Google.
参数名称 类型 描述信息
options object Object with the following properties:
参数名称 类型 描述信息
key string An API key to use with the Google geocoding service
参考:

成员(属性)

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

方法

Get a list of possible locations that match a search string.
参数名称 类型 描述信息
query string The query to be sent to the geocoder service
返回值:
Throws:
  • RuntimeError : If the services returns a status other than OK or ZERO_RESULTS