Release Notes

Version 1.15.0 - 01/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
  • Bitmap API is now available in Public Preview:

    • com.tomtom.sdk.common.graphics.Bitmap
    • com.tomtom.sdk.common.graphics.BitmapConfig
    • com.tomtom.sdk.common.graphics.Bitmap.toAndroidBitmap()
    • com.tomtom.sdk.common.graphics.Bitmap.toAwtImage()
    • com.tomtom.sdk.common.graphics.ColorSpace
    • com.tomtom.sdk.common.graphics.RgbColorSpace
Fixes
  • Fix MQTT topic construction to be in accordance with TomTom Hazard Warnings Specification 1.4.

Location

New features
  • Introduce the com.tomtom.sdk.location.DefaultLocationProviderFactory.

Map

Updates
  • Remove.

    a style HTTP response from the cache if the renderer failed to load it. Previously, it would have been cached even though the style was invalid for the renderer to load.

Fixes
  • Fix safety location visualization NullPointerException that previously caused a crash.
Updates
  • com.tomtom.sdk.hazards.model.Hazard.lastUpdated property is now available in Public Preview.
  • The constructor com.tomtom.sdk.hazards.model.Hazard(HazardId,HazardType,HazardCategory,HazardSeverity,DetailedHazardInformation?,HazardLocation,Int) has a new parameter lastUpdated.

Routing

Breaking changes
  • The origin and destination point in the com.tomtom.sdk.routing.options.Itinerary should not have a waypointType, otherwise an exception is thrown.
New features
  • Implement requesting better alternative with onboard route update.
Updates
  • com.tomtom.sdk.routing.ComputationSource is now available in Public Preview.

Traffic

New features
  • com.tomtom.sdk.traffic.client.TrafficClientFactory.createHybridMode, com.tomtom.sdk.traffic.client.TrafficClientFactory.createOfflineMode and com.tomtom.sdk.traffic.client.TrafficClientFactory.createOnlineMode are now available in Public Preview. Related external traffic component documentation in hybrid mode is now updated.