Skip to content

28.2

Links to the API Reference can be found here

28.2.0 (2025-06-27)

Bug Fixes

  • Core: Fix deadlocks in map installer

    There was a rare deadlock when calling check for update and set locale methods at the same time. This has now been fixed.

  • iOS: Fix missing route warning class SYRouteWarningViolatedVehicleProhibitedZoneTruck

  • Map: Lock resources when updating online maps

    This change fixes a crash that could happen after initializing the application and checking for new available online map version.

  • Map: Skip binding of an uniform if its input value is not valid

    This fixes a crash that would be produced on some graphic chips.

  • Map: Validate and fix chunks in online map files

  • Navigation: Fix adding lanes connectivity to exit lanes

    When using lane assist, the highlighted path would sometimes be shown as not connected if the lane was an exit lane. This has now been fixed.

  • Navigation: Fix crash lane filling on left drive roads

  • Navigation: Fix easy curve TTS commands

    In most languages, the word "curve" was missing for easy sharp curve notifications. This has now been fixed and improved.

  • Navigation: Fix route side marks on lanes part incident roads

  • Navigation: Fix stale completion flag in trajectory matching

    It would sometimes happen that getting route elements or some explorer functions would not return a callback. This has now been fixed.

  • Navigation: Retrieve all location data at once from history during matching process

  • Position: Do not use trajectory data after map is reloaded
  • Routing: Do not compute NAP points on mainthread for online maps before recompute
  • Routing: Return correct position for insufficient battery

Features

  • iOS: Add new map view creation methods

    New asynchronous mapView creation methods have been added.