MapInteractionEvent
Last updated
Was this helpful?
The event object passed to the interaction listeners.
coordinate:
LatLng
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:
LayerFeature[]
The vector features that are under the cursor.
rasterValues:
RasterValue[]
The raster pixel values that are under the cursor.
Last updated
Was this helpful?
Was this helpful?