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.
When the MapboxMap camera isn't at tilt 0 and you try to animate to a CameraUpdate created from a LatLngBounds with CameraUpdateFactory#newLatLngBounds, the final position is not centered above the bounds.
Resetting the tilt + bearing to 0 before animating to the bounds works fine
Platform: Android 7.1.1 API 25 Mapbox SDK version: 6.1.2
This position is produced when the camera bearing is set to 0 prior to animating to the bounds - tilt remaining the same (in this example, between 35-50):
The text was updated successfully, but these errors were encountered:
When the
MapboxMap
camera isn't at tilt0
and you try to animate to aCameraUpdate
created from aLatLngBounds
withCameraUpdateFactory#newLatLngBounds
, the final position is not centered above the bounds.Resetting the tilt + bearing to
0
before animating to the bounds works finePlatform: Android 7.1.1 API 25
Mapbox SDK version: 6.1.2
This position is produced when the camera bearing is set to
0
prior to animating to the bounds - tilt remaining the same (in this example, between35-50
):The text was updated successfully, but these errors were encountered: