Polygon
Properties
- pointsArray - The coordinates of all the vertexes of the polygon, like [{ x, y }]. 
- onClickFunctionoptional - The customized event handler of click on the polygon 
- onMouseDownFunctionoptional - The customized event handler of mousedown on the polygon 
- onMouseUpFunctionoptional - The customized event handler of mouseup on the polygon 
- onMouseMoveFunctionoptional - The customized event handler of mousemove on the polygon 
- onMouseOverFunctionoptional - The customized event handler of mouseover on the polygon 
- onMouseOutFunctionoptional - The customized event handler of mouseout on the polygon 
- onMouseEnterFunctionoptional - The customized event handler of mouseenter on the polygon 
- onMouseLeaveFunctionoptional - The customized event handler of mouseleave on the polygon