Overlay map with interactive flutter widgets #1360
Unanswered
Andrew-Ludeke
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 building a web application with flutter that requires a map, and after some searching landed on flutter-mapbox-gl.
My map widget has an on-click behaviour (placing a map marker at the clicked location). I've been trying to overlay the Mapbox map widget with flutter widgets to act as controls for the map, starting off with a simple button. When I tap on the button, the event is processed by both the button and the map, causing a marker to be placed beneath the button. Is there a way to have only the button register the event?
Beta Was this translation helpful? Give feedback.
All reactions