Android Question GoogleMapsExtras remove or delete polygon?

rscheel

Well-Known Member
Licensed User
Longtime User
Hello dear, I tell you that I used the GoogleMapsExtras library to draw a map on a map, now I need to remove that polygon.

How can I do it?
 

DonManfred

Expert
Licensed User
Longtime User
Use the MarkerObject itself to remove it
B4X:
mymarker.Remove
mypolygone.Remove
mypolyline.Remove
 
Upvote 0

rscheel

Well-Known Member
Licensed User
Longtime User
Use the MarkerObject itself to remove it
B4X:
mymarker.Remove
mypolygone.Remove
mypolyline.Remove

Thank you, at all times I was looking for. Remove, I never found it, but today looking as you indicated, I found it, I can not imagine how many times I saw it and ignored it.
 
Upvote 0
Top