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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.