Skip to content

v3.12.0

Latest
Compare
Choose a tag to compare
@roopepal roopepal released this 12 Sep 13:02
· 14 commits to main since this release

Packaging

Electronic horizon

Note: The Mapbox Electronic Horizon feature of the Mapbox Navigation SDK is in public beta and is subject to changes, including its pricing. Use of the feature is subject to the beta product restrictions in the Mapbox Terms of Service. Mapbox reserves the right to eliminate any free tier or free evaluation offers at any time and require customers to place an order to purchase the Mapbox Electronic Horizon feature, regardless of the level of use of the feature.

  • RoadObject initializer is now optional.

Other changes

  • Fixed NavigationController.bannerInstructions. Now a new event is published only when a new banner instruction is available and not with every route progress update.
  • Avoid using precondition and preconditionFailure to avoid possible runtime crashes in Release builds.
  • Updated default route line traffic colors to match the Mapbox Standard style.

User interface

  • Removed an initial hardcoded call to StandardDayStyle().apply(). The StandardDayStyle and StandardNightStyle are still default values when initializing NavigationViewController and can be changed by setting NavigationOptions.styles value.