· 1 min read
Android SDK v4 Release Notes

Mappedin Android SDK release notes are posted here and this page will be kept up-to-date as updates are released. The SDK is available by adding the following to your build.gradle
:
implementation 'com.mappedin.sdk:mappedin:4.0.17'
v4.0.17 - April 22, 2022
- Improved frame rates on large venues especially on Android by merging geometries, which reduces calls to the GPU by 10x, resulting in much higher FPS.
- Image textures are cached more effectively, resulting in fewer HTTP requests
- Performance improvements by processing labels on-demand per map
- Fixed polygon image rotation
- Fixed
labelAllLocations
so that polygons with images are not automatically labeled - Improved performance of Floating Labels by avoiding redrawing the label when possible
- Improved the performance of tooltips, markers and floating labels
- Improved the initial render times of venues
- Fixed hover tooltip placement after the map has been resized when hovering on a Flat Label location
- Fixed Floating label positions to the height of the polygon
- Fixed issues in the rendering of text objects on the map
v4.0.1 - December 1, 2021
- Fixed Floating label positions to the height of the polygon
- Fixed issues in the rendering of text objects on the map
- Fixed
labelAllLocationsOnInit