F FrankDev Active Member Licensed User Longtime User May 4, 2017 #1 is it possible to reset a marker info without knowing the corresponding marker. If at all one is set (open) (the Bubble with Snippet and Title) regards Frank
is it possible to reset a marker info without knowing the corresponding marker. If at all one is set (open) (the Bubble with Snippet and Title) regards Frank
Erel B4X founder Staff member Licensed User Longtime User May 5, 2017 #2 You can put all the markers in a List and then hide the info window with: B4X: For Each m As Marker In Markers m.InfoWindowShown = False Next Upvote 0
You can put all the markers in a List and then hide the info window with: B4X: For Each m As Marker In Markers m.InfoWindowShown = False Next
F FrankDev Active Member Licensed User Longtime User May 5, 2017 #3 hi Erel thanks for quick support Upvote 0