google-maps-react-delete-vertices
v1.0.2
Published
Google maps container
Downloads
3
Readme
Added functionality on google-maps-react such that when your rightclick on vertices they get deleted. Also
an added function can be passed as the prop polygonUpdated
to Polygon.js
such that anytime there's
an update on a vertex, this prop function will be added - Hence you can use polygonUpdated
to get the most updated state of your Polygon (after insertions, deletions, updates)