The corresponding native DOM event. Developers should not rely on
target
, currentTarget
,
relatedTarget
and path
properties being defined
and consistent. Developers should not also rely on the DOM structure of
the internal implementation of the Maps API. Due to internal event
mapping, the domEvent
may have different semantics from
the google.maps.MapMouseEvent (e.g. a google.maps.MapMouseEvent "click" may have a
domEvent
of type KeyboardEvent
).
The index of the edge within the path beneath the cursor when the event occurred, if the event occurred on a mid-point on an editable polygon.
The latitude/longitude that was below the cursor when the event occurred.
The index of the path beneath the cursor when the event occurred, if the
event occurred on a vertex and the polygon is editable. Otherwise
undefined
.
The index of the vertex beneath the cursor when the event occurred, if
the event occurred on a vertex and the polyline or polygon is editable.
If the event does not occur on a vertex, the value is
undefined
.
Prevents this event from propagating further.
Generated using TypeDoc
This object is returned from mouse events on polylines and polygons.