Need "OnTap Event" for Map Interactive Marker #3726
Answered
by
ndonkoHenri
Michel7GitHub
asked this question in
Q&A
-
Here is an example of what I would like to present in my App : https://developers.google.com/maps/documentation/javascript/examples/advanced-markers-html |
Beta Was this translation helpful? Give feedback.
Answered by
ndonkoHenri
Jul 28, 2024
Replies: 1 comment
-
Rough suggestion: wrap the actual content you have (ex: an icon) into a control which can listen to click/tap events( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ndonkoHenri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Marker.content
can literally be any Flet control.Rough suggestion: wrap the actual content you have (ex: an icon) into a control which can listen to click/tap events(
Container
,GestureDetector
, ...) and listen to taps/clicks from there.