Android Question refreshment gmap

Mr Blue Sky

Active Member
Licensed User
Longtime User
Hello,
I encounter a slight display problem when the card moves on the screen. At the start no problem on the other hand when I go out of the map and that this reactualises the roads becomes very big. that someone will have an idea of why and how

B4X:
Dim cp As CameraPosition
kMarker.Remove
kMarker=gmap.AddMarker3(Location1.Latitude,Location1.Longitude,"BMW",bmp2)
cp.Initialize2(Location1.Latitude,Location1.Longitude,17,Location1.Bearing,90)
gmap.AnimateCamera(cp)

tilt90.png

launching.png tilt90.png update.png
 

Mr Blue Sky

Active Member
Licensed User
Longtime User
The map drawing is handled by Google Maps SDK. You don't have any control over it. You can try to play with the zoom or the tilt.
Thank you Erel I will look at the OSMDroid side if the same phenomenon exists
 
Upvote 0
Top