通过 Cesium ion 提供地理编码服务。
| Name | Type | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
包含以下属性的对象:
|
See:
Members
readonly credit : Credit|undefined
获取在执行地理编码后要显示的信用信息。通常用于给
地理编码服务进行信用声明。
Methods
geocode(query, type) → Promise.<Array.<GeocoderService.Result>>
| Name | Type | Default | Description |
|---|---|---|---|
query |
string | 要发送到地理编码服务的查询 | |
type |
GeocodeType |
GeocodeType.SEARCH
|
optional 要执行的地理编码类型。 |
