I am trying to use the GMaps lib, but starting it with the designer property "visible" set to false.... but then... how do I set that prop by code so that I can make it visible?
MapFragment does not expose such property (nor much else)
Dim jo As JavaObject = gmap
Dim fragmentView As JavaObject = jo.RunMethod("getView", Null)
fragmentView.RunMethod("setVisibility", Array(0)) ' 0=VISIBLE, 8=INVISIBLE, 4=GONE