Is it possible to define the zoom level when I show markers in GMaps? For example in this part of the code or is "gmap.CameraPosition.Zoom" sth. different? If i > 0 Then Dim cp As CameraPosition cp.Initialize(Lat1, Lon1, gmap.CameraPosition.Zoom)...
www.b4x.com