This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
android-v8.2.2
Changes since Mapbox Maps SDK for Android v8.2.1:
Bug fixes
- Fixed a possible crash that could be caused by invoking the wrong layer implementation casting function. #15398
- Fixed use of objects after moving, potentially causing crashes. #15408
- Fixed a wrong calculation of visibility in high pitch scenarios which might've led to tiles in the viewport not being rendered. #15461
Other Changes
- Do not invalidate the camera immediately when map padding is set. Reverts a change introduced in the
v8.2.0
. #15437