React Native SDK

Changelog for the MapsIndoors React Native SDK. This document structure is based on Keep a Changelog and the project adheres to Semantic Versioning.

[1.1.0] 2024-02-15

Changed

  • Updated iOS SDK to 4.3.2

  • Updated Android SDK to 4.3.1

  • New default rendering of selection. Can be reverted by changing isNewSelection to false

Added

  • Exclude highway support

  • Select/highlight support with new DisplayRule settings

    • iconScale

    • iconPlacement

    • labelType

    • polygonLightnessFactor

    • wallLightnessFactor

    • extrusionLightnessFactor

    • labelStyleTextSize

    • labelStyleTextColor

    • labelStyleTextOpacity

    • labelStyleHaloOpacity

    • labelStyleHaloWidth

    • labelStyleHaloBlur

    • labelStyleBearing

    • badgeVisible

    • badgeZoomFrom

    • badgeZoomTo

    • badgeRadius

    • badgeStrokeWidth

    • badgeStrokeColor

    • badgeFillColor

    • badgePosition

  • Support for non-selectable locations

  • Support for flat labels

Fixed

  • Issue where compass would not show up on Mapbox for iOS

  • Fixes from updates to native SDKs

[1.0.9] 2024-01-04

Fixed

  • Issue where subsequent maps would not be able to draw a route on iOS

[1.0.8] 2023-12-19

Changed

  • Updated iOS SDK to 4.2.13

  • Updated Android SDK to 4.2.8

[1.0.7] 2023-12-08

Changed

  • Updated iOS SDK to 4.2.12

Fixed

  • Improved camera padding behavior

[1.0.6] 2023-11-24

Changed

  • Updated Android SDK to 4.2.6

  • Updated iOS SDK to 4.2.10

Fixed

  • Fixed case where tiles would not show up after loading the map on iOS

  • Fixed an issue with route legs missing geometries for steps on iOS

[1.0.4] 2023-10-08

Changed

  • Updated Android SDK to 4.2.3

  • Updated iOS SDK to 4.2.6

  • Changed setLabelOptions to have optional parameters

Fixed

  • Fixed issue with showRouteLegButtons not working on iOS

[1.0.3] 2023-09-25

Changed

  • Updated Android SDK to 4.2.2

  • Updated iOS SDK to 4.2.5

Added

  • Added support for hiding route leg buttons

  • Added support for setting label textsize, color and halo

[1.0.2] 2023-09-04

Changed

  • Updated Android SDK to 4.1.11

  • Updated iOS SDK to 4.2.4

Fixed

  • Fixed issue with abutters on MPRouteStep missing on iOS

  • Fixed issue with highways on MPRouteStep missing on iOS

  • Fixed issue with HTML instructions and Manoeuvre contradicting each other on MPRoutestep

[1.0.1]

Added

  • iOS now has working cameraEvents

Changed

  • Updated Android SDK to 4.1.10

  • Updated iOS SDK to 4.2.2

Fixed

  • Fixed Crash when switching between legs of a route on iOS

  • Fixed Crash when calling animateCamera on iOS

  • Fixed Parsing issues on some geometries from native code

[1.0.0]

Last updated