iOS Question hide/show polyline and marker on GoogleMap

michw

Member
Licensed User
Longtime User
How can i do somthings like in B4A:

B4X:
Dim Line as polyline
Dim Marker1 as Marker

Line.Visible=False
Marker1.Visible=False

I don't see this options in B4i :(
 

marcick

Well-Known Member
Licensed User
Longtime User
I simply delete and recreate when I need visible again. Not sure if there is any other quicker solution.
 
Upvote 0
Top