Release Notes
Mappedin SDK for iOS release notes are posted here and this page will be kept up-to-date as updates are released. The SDK is available from CocoaPods by adding the following to your Podfile
pod 'MappedIn', '5.8.2
v5.8.2 - May 8, 2025
- Changed to not restrict pan bounds when switching maps.
v5.8.1 - April 24, 2025
- Fixed error handling in
getPolygonsAtCoordinate
andgetPolygonsAtScreenCoordinate
.
v5.8.0 - April 15, 2025
- Added support for MPIOptions.FloatingLabelAppearance.Marker.iconSize, iconFit, iconPadding, & iconScaleInterpolation.
- Fixed MPIData decode error when map data is invalid.
v5.7.0 - April 8, 2025
- Added - Support for MPICameraManager.setSafeAreaInsets.
- Added - Return FloatingLabel ID when adding a FloatingLabel.
- Fixed - FloatingLabels added using a coordinate are not clickable.
- Fixed - MPIOptions.AddFloatingLabel.interactive and MPIOptions.AddFloatingLabel.scale are missing.
v5.6.1 - March 20, 2025
- Fixed - MPIOptions.FocusOnOptions.padding is not working.