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?
B4X:
If i > 0 Then
Dim cp As CameraPosition
cp.Initialize(Lat1, Lon1, gmap.CameraPosition.Zoom)
gmap.AnimateCamera(cp)
End If