Skip to content

21.6

Links to the API Reference can be found here

21.6.2 (2023-03-23)

Bug Fixes

  • Core: Deinitialize reverse geocoder in the correct order

    Fixes a crash when deinitializing the SDK.

  • Core: Replace typeid().name() usages with string literals

  • Map: Map update downloads only changed map content
  • Places: Fix database access token synchronization
  • Position: Fix gps snapping backwards after longer wait duration
  • Position: Simulate gps jump only if it is in the same direction as last gps heading
  • Routing: Fix wrong instructions in complex junctions

21.6.1 (2023-03-13)

Bug Fixes

  • Navigation: Fix wrong values of CargoHazmat and CargoTunnel values in RestrictionInfo

21.6.0 (2023-03-10)

Bug Fixes

  • Android: Suppress map flickering for all Mali-GXX chips on Android 12
  • Audio: Fix spelling names

    Some of the upcoming streets were spelled letter by letter by the TTS engine. This should now be fixed.

  • iOS: Fix setting FPS Mode

    The Balanced mode would be set all the time, this has now been fixed.

  • iOS: Remove necessity of NSAppleMusicUsageDescription (stop using MediaPlayer framework)

  • Map: Fix crash in map polygon calculation
  • Map: Request online map links only when map streaming is enabled
  • Navigation: Fix ADR tunnel notification for aid and zone analyzer

    Some vehicle aid notifications for tunnel categories and emission zones have been missing. This has now been fixed.

  • Routing: Fix EV, AETR and Guided route compute did not finish when computing with alternative route requests

Features

  • Android: Add NetworkSettings support for downloading maps and voices

    It is now possible to define whether the specific map/voice download can be downloaded on mobile network or if only a Wi-Fi connection should be used. More information here

  • Android: Add vehicle aid warnings support into MapView. Add support for creation MapTrafficSign from VehicleAidInfo

    Vehicle Aid notifications can now be drawn directly from the Vehicle Aid Info object using a MapTrafficSign. It is also possible to turn the default map warnings on or off, but only the route-specific warnings will be shown. More information here

  • iOS: Add possibility to manually show Vehicle Aid on map by creating SYMapTrafficSign from SYVehicleAidInfo

    Vehicle Aid notifications can now be drawn directly from the Vehicle Aid Info object using a MapTrafficSign. It is also possible to turn the default map warnings on or off, but only the route-specific warnings will be shown. More information here

  • iOS: Allow setting download options for map and voice install operations

    It is now possible to define whether the specific map/voice download can be downloaded on mobile network or if only a Wi-Fi connection should be used. More information here

  • Routing: Set Car Park attribute

    If available in maps, we will not re-route through parkings and gas stations if there is traffic on the adjacent route. No change is necessary on the integrator's part, this will work automatically with suitable maps.