Skip to content

v3.18.0

Choose a tag to compare

@maru-biz maru-biz released this 16 Jan 14:11
· 20 commits to main since this release

Packaging

Map

  • Maps SDK's MapboxMaps.MapView is now initialized by NavigationMapView using MapboxMaps.MapInitOptions(locationDataModel:). This passes location and heading providers during initialization, rather than overriding them afterwards using MapboxMaps.MapView.location.override(locationProvider:headingProvider:). This prevents MapView from creating a redundant MapboxMaps.AppleLocationProvider (which is unused by NavigationMapView and the Navigation SDK).

Navigation Camera

  • Fixed a long animation during the initial location update in NavigationViewController.
  • Fixed an issue where the camera would switch to the following state on the first location update even after NavigationMapView.stop() was called.