Hello,
With MapFragment.getMap I obtain a map too much large (the entire continent).
Can we get the map zoomed by default, Is there a Mapfragment property to do this?
You should use a CameraPosition.
And initialize it with CameraPosition.Initialize2(Lat As Double, Lng As Double, Zoom As Float, Bearing As Float, Tilt As Float)
And call GoogleMap.MoveCamera (NewPosition As CameraPosition)
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.