How do i get Polygons path (getPaths) during drawing? #3303
Unanswered
penguinuux
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm creating a feature that allows you to edit the polygons displayed on the screen. Initially I enable the drawing manager and allow the user to click on a certain polygon to edit its vertices.
The problem I'm encountering is that I currently haven't been able to find a way that captures the new coordinates of this edited polygon.
I know that there is Polygon.getPaths() in Google's own api, but looking through the lib documentation I didn't find anything like this, with only path and paths, allowing you to set these values.
Can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions