Hello,
I Created Layout file only with MapFragment view (Custom view)
I have panel and i load layout file that i created.
i got error when try to add marker "Maps is not ready yet" but i have map in panel and it works as normal
I Created Layout file only with MapFragment view (Custom view)
I have panel and i load layout file that i created.
i got error when try to add marker "Maps is not ready yet" but i have map in panel and it works as normal
B4X:
Sub MapFragment1_Ready
gmap = MapFragment1.GetMap
Dim m1 As Marker = gmap.AddMarker(10, 30, "test") ' error line
m1.Snippet = "This is the snippet"
Last edited: