Skip to content

Navigation SDK v3.16.7

Choose a tag to compare

Navigation SDK Core Framework 3.16.7 - 11 December, 2025

Features

  • Added new class RerouteStateV2: it allows you to observe RerouteStates with additional substates which are not present in the original RerouteState.
    Current additional states are: RerouteStateV2.Deviation.ApplyingRoute and RerouteStateV2.Deviation.RouteIgnored. See the corresponding API reference for details.
    To observe RerouteStateV2, register a new type of observer: RerouteController#registerRerouteStateV2Observer.

Mapbox dependencies

This release depends on, and has been tested with, the following Mapbox dependencies:

  • Mapbox Maps SDK v11.16.6 (release notes)
  • Mapbox Navigation Native v324.16.6
  • Mapbox Core Common v24.16.6
  • Mapbox Java v7.8.0 (release notes)