Release Notes
Version 1.18.5 - 13/01/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.
General
Fixes
- Prevent a crash by making sure the logged strings are encoded valid.
Navigation
Fixes
-
Address
IllegalStateException
inTextToSpeech
that could occur due to a race condition when invoking.methods after the instance was closed..
Version 1.18.4 - 05/12/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.
Search
Fixes
- Eliminate spurious address matches in UK.
Version 1.18.2 - 21/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.
Map
Removals
- The speed limits from speed cameras will be temporarily hidden in this release to address a visualization issue. They will be reintroduced once the fix has been implemented.
Version 1.18.1 - 28/10/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.
Map
Fixes
- Fix Better Route Proposal inverted sign on navigation visualization.
Version 1.18.0 - 24/10/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.
General
Updates
- Previously, when
getEncryptionMethod
failed the error message was not helpful for troubleshooting. Now, there is a better error message provided when no encryption method can be found.
Location
Updates
-
The following are now in General Availability:
DefaultLocationProviderFactory
.MapMatchedLocationProviderFactory
.
Map
New features
- Add GeoJSON support for vehicle restrictions on routing visualization.
- Implement route tube and marker click listeners for GeoJSON route.
Fixes
- Previously, there was a time discrepancy between Better Route Proposal (BRP) time spoken in the BRP announcement and the time shown on the map. This inconsistency is now fixed.
Navigation
Updates
- Support the
isOneWay
flag in Virtual Horizon traffic events by populatingcom.tomtom.sdk.traffic.TrafficEvent.isOneWay
.
Fixes
- Previously, the replan failed after deviation on an imported leg. Now this replanning issue is fixed.
Routing
New features
- Add polyline encoding to routing to decrease data usage, especially for longer routes.
- Promote
com.tomtom.sdk.routing.route.section.traffic.TrafficSection
constructor to General Availability.
Fixes
- Provide destination's arrival energy in case of LDEV routes calculated by the
OfflineRoutePlanner
.
Deprecations
- Deprecate the
TrafficSection
constructor with theint effectiveSpeedInKmh
parameter. The replacement constructor iseffectiveSpeed
.