-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a method to remove polygons #237
Comments
You're adding a polygon but remove a polyline. The available functions currently are: |
@EddyVerbruggen, thanks for the quick response but, how do I remove an existing polygon ? |
There's currently no exposed function to do that. |
You could either send a PR to add the remove function, or wait 15 minutes for me to add it. |
@EddyVerbruggen, I'll gladly wait 15 minutes for your function! :-) |
4.1.1 released ➡️ grab it while it's 🔥 Make sure to read the updated docs and or demo app to see how to use it. |
I already update to the latest version, it works! Thanks!!! |
sorry to revive old issue, but is there a way to draw circles from a centre and radius with this plugin? or will I have to draw a 'rough' circular polygon from multiple points? |
Hi, I'm having trouble removing existing Polylines on Android (I've not tested on IOS).
This is how I add them:
Before adding, I try to remove them like this:
I've tried everything, even using setTimeout, etc.
Any ideias what I'm doing wrong?
The text was updated successfully, but these errors were encountered: