Draw icons on map #96
Unanswered
brandonmcclure
asked this question in
Q&A
Replies: 1 comment
-
We have not added that feature yet, so it would be good to get feedback on how you think it should work. As this is a Fyne widget you can easily draw over it using |
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
-
I have followed the map example to add a map next to a table in my layout. It is very cool how quick it is to get going with these widget in a nice layout. The table data gets updated when a slice containing bus stop data is updated. This stop struct contains properties for latitude and longitude which I would like to display on my map. It is not clear to me how I should approach this though.
I looked around for a property of the Map widget looking for a "markers" collection that I would need to add/update. There are some MapOptions, but those do not seem to be useful for what I am trying to do. Could someone help point me to the right direction for drawing a list of geographic coordinates inside of the map widget?
Beta Was this translation helpful? Give feedback.
All reactions