@JsType(isNative=true, namespace="<global>", name="Object") public class GeocoderResult extends Object
Modifier and Type | Field and Description |
---|---|
Cartesian3 |
destinationCartesian3
The bounding box for a location
|
Rectangle |
destinationRectangle
The bounding box for a location
|
String |
displayName
The display name for a location
|
Constructor and Description |
---|
GeocoderResult() |
@JsProperty public String displayName
@JsProperty(name="destination") public Rectangle destinationRectangle
@JsProperty(name="destination") public Cartesian3 destinationCartesian3
Copyright © 2019. All rights reserved.