Replies: 1 comment 1 reply
-
|
There definitely is something odd about byId(). When calling |
Beta Was this translation helpful? Give feedback.
1 reply
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, everyone. I'm using MapLibre Flutter for my application. To display map symbols, I’ve added a source with a feature layer. Now, I want to remove a specific marker symbol from the map. I’ve tried using
controller.symbolManager?.byIdand then callingcontroller.symbolManager.remove, but it seems likecontroller.symbolManager?.byIdis returning a null symbol. How can I achieve this? I need help.Beta Was this translation helpful? Give feedback.
All reactions