You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
final CameraPosition.Builder builder = new CameraPosition.Builder();
builder.target(new LatLng(52.39115,16.96389)).bearing(90).zoom(12);
final CameraUpdate cameraUpdate = CameraUpdateFactory.newCameraPosition(builder.build());
mapboxMap.animateCamera(cameraUpdate);
Expected behavior
Map should face east.
Actual behavior
Map is facing west.
Subtracting 360 from bearing resolves this issue, but I think that it isn't correct solution.
The text was updated successfully, but these errors were encountered:
Platform: Nexus 5 Android 6.0.1
Mapbox SDK version: 4.2.0beta4
Steps to trigger behavior
Expected behavior
Map should face east.
Actual behavior
Map is facing west.
Subtracting 360 from bearing resolves this issue, but I think that it isn't correct solution.
The text was updated successfully, but these errors were encountered: