Release Notes
Version 0.66.1 - 03/02/2025
Discover the improvements and new features included in the following version. Share your thoughts on this release by using the feedback button located at the bottom of the page.
For more in-depth documentation, check the API ReferenceGeneral
Fixes
- Querying for the session code is now thread safe and no longer crashes.
Version 0.66.0 - 18/11/2024
Discover the improvements and new features included in the following version. Share your thoughts on this release by using the feedback button located at the bottom of the page.
For more in-depth documentation, check the API ReferenceMap
Updates
- Add GeoJSON support for the destination connection line which is the line between the last navigable point and the final destination.
Fixes
- Fix camera juddering issue when switching camera tracking modes in the
NavigationVisualizationmodule. - Fix the issue causing custom map markers to be not displayed.
Routing
Fixes
- Correct the parsing issue that occurs when a charging station is included as a user-defined waypoint in the Routing API.
- Fix a crash when
routeTypenot set correctly when performing route updates of multi-modal routes. - Implement stricter validation checks for
AlternativeRoutesOptionsto prevent invalid combinations inRoutePlanningOptions, ensuring exceptions are avoided when supporting points are missing on the first leg.
Search
Fixes
- Fix a crash when searching for POI with empty names.