worldwind-ui API / worldwind-kit / PickEvent
Interface: PickEvent ​
Defined in: kit/src/picking.ts:63
Extends ​
Properties ​
clientX ​
clientX:
number
Defined in: kit/src/picking.ts:17
Inherited from ​
clientY ​
clientY:
number
Defined in: kit/src/picking.ts:18
Inherited from ​
items ​
items:
PickedItem[]
Defined in: kit/src/picking.ts:21
Inherited from ​
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.
Inherited from ​
top ​
top:
PickedItem|null
Defined in: kit/src/picking.ts:23
The top-most non-terrain item, if any.
Inherited from ​
type ​
type:
PickEventType
Defined in: kit/src/picking.ts:64