MapInteractionEvent
Last updated
Was this helpful?
Last updated
Was this helpful?
The event object passed to the interaction listeners.
coordinate:
The cursor position in world coordinates.
point: {
x
:number
;y
:number
; }
The pixel coordinates of the mouse cursor, relative to the map and measured from the top left corner.
x
number
y
number
features: []
The vector features that are under the cursor.
The raster pixel values that are under the cursor.
rasterValues: []