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
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)