Skip to content

25.9

Links to the API Reference can be found here

25.9.9 (2025-01-02)

Bug Fixes

  • Map: Fix destroying map view and camera

25.9.8 (2024-12-16)

Bug Fixes

  • Android: Fix locking of native listeners with separate lock

25.9.7 (2024-12-11)

Bug Fixes

  • Map: Cache position indicator values instead of sync calls to position indicator
  • Map: Fix infinite loop in polygon preprocessing, add logs to investigate crashes in polygon
  • Map: Swap orientation of clockwise polygon to be able to render it (with warning)
  • Navigation: Add timeout for retrieving online incidents
  • Navigation: Fix crash on new lane types
  • Navigation: Fix crash when cancelling scout compute
  • Places: Fix possible crash during concurrent work with the same online Custom Place
  • Search: Avoid suspending search module when initializing CP search
  • Search: Fix ANR in custom places search teardown

25.9.6 (2024-11-12)

Bug Fixes

  • Navigation: Make Scout compute and Recompute mutually exclusive
  • Navigation: Fix street change notification at the first location fix
  • Navigation: Fix updating traffic on route during recompute in progress
  • Map: Fix order of destroying MapView and GL context
  • Places: Fix random crash during updating installed custom places
  • Traffic: Fix cyclic dependency when error occured during handling online traffic data

25.9.4 (2024-10-31)

Bug Fixes

  • Android: Do not deactivate notifications if there are still registered listeners

    When registering two or more navigation listeners of the same type and then removing one of them, the callbacks would stop being sent to the other registered listeners. This has now been fixed.

  • Map: Reuse openGL IDs to remove graphics memory leaks

25.9.3 (2024-10-14)

Bug Fixes

  • Core: Fix updating country split maps
  • Routing: Do not access front of a possibly empty vector

25.9.2 (2024-10-08)

Bug Fixes

  • Android: Fix storing map keys immediately
  • Android: Make NativeMethodsReceiver class thread-safe
  • Android: Use properly included newest version of jjwt library
  • iOS: Reuse image memory when map markers refer to the same image instance
  • Map: Do not draw irrelevant logistic markers along route
  • Map: Use preferred LOD for route segments calculation and clear route geometry manager when traffic on route has changed
  • Navigation: Filter prohibited signs
  • Navigation: Fix repeating hazmat warnings
  • Navigation: Read road data for VehicleZoneAnalyzer on worker thread
  • Navigation: Report ADR warnings in tunnel also if you have only hazmat restrictions in profile
  • Routing: Ensure correct restriction evaluation with missing logistic info

25.9.1 (2024-09-12)

Bug Fixes

  • Android: Fix continuation search for categories
  • Map: Correctly show danger turn arrows on second map view
  • Navigation: Fix possibility of faulty concurrent initialization of navigation warning settings
  • Navigation: Fix starting position updating while positioning was already started before setting new position source
  • Position: Fix tunnel simulations and interpolator improvements

25.9.0 (2024-08-28)

Bug Fixes

  • Navigation: Discard recomputes based on old navigation route
  • Navigation: Fix calculating tunnelLengthToFinish in direction analyzer
  • Map: Validate invalid road offsets before they cause crash
  • Map: Handle extremne values of camera rotation to avoid black map
  • Places: Properly handle error case while reading name of custom place
  • Android: Fix active notifications in navigation manager
  • iOS: Fix random deadlock in Dispatcher thread after SYAudioManager stopOutputAndClearQueue during recorded voice playback

Features

  • Android: Injectable Downloader