A widget for finding addresses and landmarks, and flying the camera to them. Geocoding is
performed using Cesium ion.
参数名称 | 类型 | 描述信息 | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
Object with the following properties:
|
成员(属性)
Gets the parent container.
Gets the parent container.
Gets the view model.
方法
Destroys the widget. Should be called if permanently
removing the widget from layout.
返回值:
true if the object has been destroyed, false otherwise.
定义的类型
A function that handles the result of a successful geocode.
参数名称 | 类型 | 描述信息 |
---|---|---|
viewModel |
GeocoderViewModel | The view model. |
destination |
Cartesian3 | Rectangle | The destination result of the geocode. |