Hello, I open a new thread for this question about gmap. I would like to zoom automaticaly on my position because actualy I see the world-map and I need to press the button to zoom
Dim cp As CameraPosition = gmap.CameraPosition
Dim NewCP As CameraPosition
NewCP.Initialize(cp.Target.Latitude, cp.Target.Longitude, cp.Zoom + 1)
gmap.AnimateCamera(NewCP)
Thanks, but when I do this the camera don't go where I am :/. I found the solution by taking my 1st lat/long values.
Can I zoom automaticaly or I need to set a personal value ? Actually with +16 in Zoom I have something good but I prefer use a special formule