I’m using BlueDot when navigating, with useRotationMode
enabled. It auto rotates / focuses to the first direction to follow. We were expecting that rotation mode would rotate with the bearing. Is this also an option?
When on a journey, using useRotationMode
rotates the map so that the next leg of the path is pointing upwards on the screen. It doesn’t rotate the map based on the bearing.
You could call Camera.set and change the camera’s rotation based on the bearing. I recommend throttling this to smooth out the movements so the map isn’t moving in a jerky way as the user move’s their phone. Bearing 0 points north.