Skip to content

Latest commit

 

History

History
33 lines (32 loc) · 1.78 KB

PolyMouseEvent.md

File metadata and controls

33 lines (32 loc) · 1.78 KB

PolyMouseEvent interface

google.maps.PolyMouseEvent interface

This object is returned from mouse events on polylines and polygons.

This interface extends MouseEvent.

Properties
edge
Type:  number
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.
path
Type:  number
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.
vertex
Type:  number
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.
<script src="replace_links.js"></script>