Is it possible to clear all the annotations in realtime? #477
Unanswered
Songhao-LI
asked this question in
Q&A
Replies: 1 comment
-
I think you may be referring to this line? Followed by There might be room for optimization & I appreciate PRs. However, keep in mind the loop only updates the Map data structures. The actual redraw (which is the expensive operation) happens only once, after the loop. |
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
-
for now, I found clearAnnotations() is deleting all the annotations using a loop? So, when the dataset is huge, it may take a long time to remove all the annotations, is there any more efficient ways to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions