new Cesium.GeocoderService()
通过外部服务提供地理编码。此类型描述接口,不打算使用。
内置方法
Name | Type | Default | Description |
---|---|---|---|
query |
String | 要发送到地理编码服务的查询 | |
type |
GeocodeType |
GeocodeType.SEARCH
|
optional 要执行的地理编码的类型。 |
返回值:
类型定义
Result
Properties:
Name | Type | Description |
---|---|---|
displayName |
String | 位置的显示名称。 |
destination |
Rectangle | Cartesian3 | 位置的边框。 |