worldwind-ui API / worldwind-kit / PickResult
Interface: PickResult ​
Defined in: kit/src/picking.ts:16
Extended by ​
Properties ​
clientX ​
clientX:
number
Defined in: kit/src/picking.ts:17
clientY ​
clientY:
number
Defined in: kit/src/picking.ts:18
items ​
items:
PickedItem[]
Defined in: kit/src/picking.ts:21
position ​
position:
LatLonAlt|null
Defined in: kit/src/picking.ts:20
Terrain position under the point, or null when the point is off the globe.
top ​
top:
PickedItem|null
Defined in: kit/src/picking.ts:23
The top-most non-terrain item, if any.