Skip to content

21.6

Links to the API Reference can be found here

21.6.5 (2023-06-01)

Bug Fixes

  • Places: Fix custom places database access during db shutdown

21.6.4 (2023-05-12)

Bug Fixes

  • Core: Fix crash when truncating utf strings (e.g. in custom places search)
  • Map: Keep heightmap cell context during whole processing

    This fixes a crash that could happen while reloading multiple maps.

21.6.3 (2023-04-06)

Bug Fixes

  • Android: Fix force speaker functionality on Android 12+ devices
  • Core: Set online map streaming flag on correct thread
  • Map: Fix crash in heightmap calculation
  • Map: Fix heightmap crash when heightmap cell is ready
  • Map: Fix potential crash when retrieving adjacent elements from unloaded map
  • Map: Fix potential crash when retrieving graph connections from invalid iso
  • Navigation: Fix Portuguese TTS voices
  • Routing: Check avoid violations for whole countries
  • Routing: Fix adding a charging station near destination
  • Routing: Keep Z coordinate for start position

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.