Replies: 2 comments
-
Does anyone have an answer for this? I have tried every imaginable way to see the modified boundary but it does not work. I see there is no "boundary_changed" event in the code. Can we have this added to the polygon object? |
Beta Was this translation helpful? Give feedback.
0 replies
-
For anyone looking for an answer to this... I ended up using the google maps polygon object instead of the gmappolygon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we draw a polygon shape we give array of coordinates as paths props. And when we make it editable we can play around with it. It's very easy and Awesome.
But when we make a GMapPolygon component editable and then change the shape from map how can I get updated data?
Is there any way to model paths, or any event triggers when polygon changed?
Beta Was this translation helpful? Give feedback.
All reactions