This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
android-v8.2.0-alpha.3
Pre-release
Pre-release
·
1345 commits
to master
since this release
Changes since Mapbox Maps SDK for Android v8.2.0-alpha.2:
Bug fixes
- Fix map update bug caused by render tiles and render passes becoming unsynchronized #15092
- Fix fill-extrusion layers always rendered above other layers #15065
- Fix a bug where map panning would be blocked after a quick zoom gesture was attempted when quick zoom is set to be ignored by
UiSettings
preferences #15093 - Fix a bug where map panning would be blocked if double-tap is interrupted #15103
Minor features and improvements
- Improve performance of queryRenderedFeatures by removing unnecessary iterations over vectors and unneeded layers #14930
- Decrease the minimum pixel distance between the current camera position and the target required to interpolate during camera animation #15073
- Introduce
MapboxMapOptions
facility creation method #15069 - Throw configuration exception when accessing Mapbox services with an invalid token #15081
- Allow setting a null access token in the runtime #15081
- Ensure location shadow's gradient radius is greater than 0 #15099