B4X:
Public Sub LocationChanged(Location1 AsLocation)Dim cp AsCameraPosition
cp.Initialize(Location1.Latitude, Location1.Longitude,14)
gmap.AnimateCamera(cp)
gmap.MyLocationEnabled=True
End Sub
I find the position on the map. But I can not go if I want to go somewhere else on the map. I'm back to the position again.
How can I navigate freely after finding my position?
Thnks..
Last edited: