Release Notes
Version 0.56.0 - 01/08/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
New features
- Improve better route marker and text by removing faster and slower suffix. Now, there is a more internationally-friendly plus or minus sign with the time saved or lost.
Navigation
Fixes
- Fix waypoints events triggering, reflecting correct waypoints states and waypoints visiting history.
Removals
- Remove the unused
TomTomSDKNavigation.MainNavigationEngines
enum.
Routing
Updates
- Expose an initializer in the
ItineraryPoint
class, allowing the specification of the ID externally.
Fixes
- Previously, the user could request a route without instructions, but would receive a route missing basic information. Now, when requesting a route, the user receives basic route sections, even if guidance wasn't requested.
Search
Breaking changes
- Change
TomTomSDKSearch.EVSearchOptions.geoBias
toTomTomSDKSearch.EVSearchOptions.geoBias?
. Users need to unwrap the optional to read the value. - Change
TomTomSDKSearch.EVSearchOptions.radius
toTomTomSDKSearch.EVSearchOptions.radius?
. Users need to unwrap the optional to read the value.