How to make a map symbol clickable? (Map Libre Android 2.0.0) #2493
Unanswered
EllisGlaeser
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
-
I have one map symbol that is draggable — and that is working by calling .withDraggable when creating the symbol, but I cannot get onAnnotationClick to call for any symbol I've added.
Here's how I set up my symbol manager and add my map manager to observe drag & click events:
Here is my function to add a symbol:
Is there something I'm missing? In the source code it doesn't appear to check for any conditions to process an annotation click, so I assume that symbols should automatically work for click events.
Beta Was this translation helpful? Give feedback.
All reactions