Releases: MapsPeople/MapsIndoors-SDK-iOS
Releases · MapsPeople/MapsIndoors-SDK-iOS
4.10.1-beta.2
Beta release to verify React Native SDK compatibility
4.10.1-beta.1
Beta release to verify React Native SDK compatibility
4.10.0
[4.10.0] 2025-04-30
Fixed
- Rendering issue where closely adjacent icons may "flicker" when the camera moves.
- Issue where some routes would be incorrect, if the route was calculated while offline.
- Improved general stability.
Changed
- Bumped minimum required iOS version to 15.6.
- Routes computed while offline, can no longer perform line-of-sight optimizations. Therefore the route polyline now follows the underlying graph geometry exactly.
4.9.8-beta.1
Release tag, version 4.9.8-beta.1, see CHANGELOG.md
4.9.7
Fixed
- Fixed internal parsing of objects for cross-platform compatibility
4.9.6
Fixed
- Issue where the location's selected state would not always be reflected for "old style" selection (i.e.
MPSolutionConfig/newSelection = false
). - Improved stability of the Google Map Provider by removing a number of threading related crashes.
4.9.5
[4.9.5] 2025-03-05
Fixed
- Removed potential race conditions when starting up MapsIndoors with Mapbox 11, that could cause some of the MapsIndoors data to be displayed incorrectly, e.g. a route using the
MPDirectionsRenderer
.
Changed
- Align the default value for the
iconVisible
property of theselectionHighlight
DisplayRule (the old style selection) with Android to get predictable results across the platforms.
4.9.5-beta.3
Release tag, version 4.9.5-beta.3, see CHANGELOG.md
4.9.5-beta.2
Release tag, version 4.9.5-beta.2, see CHANGELOG.md
4.9.5b1
Beta release, meant for building a new SDU app, to stress test the SDK