In the example attached to the tutorial GoogleMaps Tuto, two questions:
1) What means 315 and 45 in the line below. I do not understand bearing and tilt. Nothing changes when I modify these numbers.
2) What is code to open the map with north at the top of the screen?
Thank you
1) What means 315 and 45 in the line below. I do not understand bearing and tilt. Nothing changes when I modify these numbers.
B4X:
c.Initialize2(43.337707, -0.275576, gmap.CameraPosition.Zoom + 12, 315, 45)
Thank you