Release Notes
Version 2.2.0 - 01/04/2026
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
Updates
-
Add missing
toStringimplementation toChargeLevel. -
Label
com.tomtom.quantity.FuelPerTimeas COMPLETE. -
The following APIs are available in General Availability:
com.tomtom.sdk.location.Place.idcom.tomtom.sdk.location.Place.Idcom.tomtom.sdk.location.Place.detailscom.tomtom.sdk.location.Place.Details
-
The following Init Surface APIs are now available in General Availability:
com.tomtom.sdk.init.TomTomSdkcom.tomtom.sdk.common.configuration.SdkContextcom.tomtom.sdk.common.configuration.SdkConfigurationcom.tomtom.sdk.common.configuration.SdkConfiguration.buildSdkConfigurationcom.tomtom.sdk.common.configuration.CoreConfigurationcom.tomtom.sdk.common.configuration.CacheStorageConfigurationcom.tomtom.sdk.common.configuration.OfflineMapConfiguration
Fixes
- Display map in online-first mode if onboard map is corrupt.
- Improve map replacement behaviour.
- Prevent crash when map listeners are removed after
appContextis disposed. - Prevent crash when replacing a map with an invalid keystore.
- Restore null-assertion operator in
customApiKeyto fix aNullPointerException.
Common
Fixes
- Allow non-Compose MapView to be used in TomTomSdk.
- Remove network state and telemetry config provider from
common-initialiser.
Data Management
Breaking changes
-
The following is now restricted to Extended flavour:
com.tomtom.sdk.datamanagement.nds.AccessReleasedCallbackcom.tomtom.sdk.datamanagement.nds.AccessReleasedCallback.invoke()com.tomtom.sdk.datamanagement.nds.NdsStoreFailure
Updates
- Allow seamless recovery of onboard map.
Fixes
- Fix race condition in internal class
NativeNdsStoreAccessaccessed by NdsStore. - For NDS map updates, setting a large negative duration to a) the region age to control the network type or b) postponing updates, will now be correctly handled.
Removals
-
Remove deprecated methods:
com.tomtom.sdk.datamanagement.navigationtile.CachingConfiguration.copy()com.tomtom.sdk.datamanagement.navigationtile.NavigationTileStoreConfiguration.copy()
Location
Fixes
PersonalLocationTypeis now part ofExtendedflavor.- Fix
IllegalArgumentException: Latitude value -180.0 should be in the range [-90.0, 90.0].
Map Visualization
Breaking changes
-
The following is now restricted to Extended flavour:
com.tomtom.sdk.map.display.ui.LifecycleAwarecom.tomtom.sdk.map.display.ui.MapProvidercom.tomtom.sdk.map.display.ui.MapReadyCallbackcom.tomtom.sdk.map.display.ui.UiComponentClickListener
Updates
-
Add Extended flavor availability banner for non-compose guides.
-
Hide better route proposal on the map when distinct alternatives are displayed.
-
Move all non-compose guides to a dedicated section.
-
The following APIs are now available in General Availability:
com.tomtom.sdk.map.display.compose.model.MapDisplayInfrastructurecom.tomtom.sdk.map.display.compose.TomTomMapcom.tomtom.sdk.map.display.MapLocationInfrastructurecom.tomtom.sdk.map.display.MapTileInfrastructurecom.tomtom.sdk.map.display.visualization.navigation.compose.NavigationVisualizationcom.tomtom.sdk.map.display.visualization.navigation.NavigationVisualizationDataProvidercom.tomtom.sdk.map.display.visualization.routing.compose.RoutingVisualizationcom.tomtom.sdk.map.display.visualization.routing.RoutingVisualizationDataProvider
Fixes
- Add
NdsSqliteinitialization for External Data Provider. - Apply workaround for Halo rendering.
- Enable fallback in case of HTTP fatal error such as 403 code.
- Fix alternative routes time difference issue.
- Fix an issue where the visual route line could disappear while turn‑by‑turn navigation was still in progress, ensuring that route progress remains visible throughout the trip.
- Fix crash during route selection for distinct alternatives.
- Fix crash in
map-display-standardmodule whenMapViewis destroyed before its initialization finishes. - Fix crash in
com.tomtom.sdk.map.display.visualization.navigation.NavigationVisualizationduring screen rotation. - Fix crash in composable
NavigationVisualizationduring device rotation while navigating. - Fix crash when clearing alternative routes after adding a better route or alternative route.
- Fix style loading when map is initialized without Internet connection in online-first mode.
- Fix to allow multiple
com.tomtom.sdk.map.display.visualization.navigation.NavigationVisualizationinstances. GeoJsondata update is visible earlier, without map movement.- Improve synchronization of camera tracking mode updates in
CameraState. - Make better routes tubes visible on map when using composable
RoutingVisualization. - Move heavy CPU computations off the Android main thread.
- Prevent ANR caused by map gestures.
- Prevent
SurfaceViewcrash by guardingonAttachedToWindowwhen parent is null. - Remove unknown traffic markers from the map.
- Replace exception with error when
NavigationEventsConnectoris initialized withNavigationStateother thanIdle. - Stabilize
MapReadyevent. - Use correct TomTom Standard Styles with Premium renderer.
Deprecations
-
Deprecate
NavigationEventDispatcherclass. -
Deprecate create APIs in
com.tomtom.sdk.map.display.visualization.poi.PoiVisualizationFactory. -
Deprecate create APIs in
com.tomtom.sdk.map.display.visualization.range.RangeVisualizationFactory. -
Deprecate the following:
com.tomtom.sdk.map.display.image.ImageDescriptorcom.tomtom.sdk.map.display.image.ImageSizecom.tomtom.sdk.map.display.mapdatastore.online.OnlineMapDataStoreConfigurationcom.tomtom.sdk.map.display.mapdatastore.online.OnlineMapDataStoreControllercom.tomtom.sdk.map.display.marker.Marker.getPinImageDescriptorcom.tomtom.sdk.map.display.polygon.Polygon.imageUricom.tomtom.sdk.map.display.polyline.Polyline.getPatternImageDescriptor
Navigation
Breaking changes
- Move
com.tomtom.sdk.datamanagement.nds.update.AutomaticMapUpdateFailureListenerto Extended flavor.
Updates
com.tomtom.sdk.vehicle.provider.VehicleProvideris now in General Availability.- Improve condition for vehicle weight change replan.
- Promote
com.tomtom.sdk.navigation.MutableNavigationConfigurationto General Availablity. - Promote
com.tomtom.sdk.navigation.TomTomNavigation.configuration:MutableNavigationConfigurationto General Availablity. - Update documentation for
GuidanceUpdatedListenerwhich now points to configuration throughTomTomNavigation.configuration. - Update documentation links so they no longer point to deprecated
TomTomNavigation.betterProposalAcceptanceMode. - Update guide on dynamically changing TomTomNavigation’s configuration.
Fixes
- Do not pass
com.tomtom.sdk.routing.route.instruction.isoCountryCodeto native text generator unlesscom.tomtom.sdk.navigation.featuretoggle.ImprovedDirectionalInformationFeatureis enabled. - Fix crash (SIGSEGV) in
AddCrossTileProhibitedComplexManeuverswhenCrossTileCacheholds stale references after LRU (Least Recently Used) eviction. - Fix reachable offset calculation in route merger.
- Fix wrong download size reporting in
com.tomtom.sdk.datamanagement.nds.update.compositeregion.CompositeRegion. - Make Arrival and Waypoint instructions combinable.
- Prevent
NullPointerExceptionduringAndroidTextToSpeechEngineinitialization. - Set correct timestamps in simulated locations for
InterpolationStrategy. - Show correct error message when updating combustion engine properties if engine is not set.
- The navigation resume feature now correctly restores charging station connector information when resuming navigation. Previously, missing connector specifications (such as rated power, current, or voltage) could cause incorrect data to be displayed.
- Prevent display of confusing road numbers in traffic jam warnings for Japan, Korea, and Taiwan.
Deprecations
-
Deprecate the following:
ArrivalDetectionEngine.hasArrivedAtDestination()ArrivalDetectionEngine.hasArrivedAtWaypoint()calculateProgressmethod ofRouteProgressEnginecom.tomtom.sdk.datamanagement.navigationtile.AreaAlongRoutecom.tomtom.sdk.datamanagement.navigationtile.CacheStorageConfigurationcom.tomtom.sdk.datamanagement.navigationtile.CachingConfigurationcom.tomtom.sdk.datamanagement.navigationtile.NavigationTileStore.Companion.createcom.tomtom.sdk.datamanagement.navigationtile.NavigationTileStoreConfigurationcom.tomtom.sdk.datamanagement.navigationtile.PrefetchingConfiguration- Deprecate
com.tomtom.sdk.navigation.guidance.GuidanceEngine.announcementMode:com.tomtom.sdk.navigation.guidance.AnnouncementMode. Instead of reading the value that way move toTomTomNavigation.configuration.announcementMode. As for updating the value use the function for updating TomTomNavigation’s dynamic properties i.e.TomTomNavigation.configuration.update.
-
Deprecate
com.tomtom.sdk.navigation.guidance.GuidanceEngine.announcementsEnabled:Boolean. Instead of reading the value that way move toTomTomNavigation.configuration.announcementsEnabled. As for updating the value use the function for updating TomTomNavigation’s dynamic properties i.e.TomTomNavigation.configuration.update. -
Deprecate the following:
com.tomtom.sdk.navigation.mapmatching.MapMatchingEngine.extrapolateLocation(NavigationSnapshot):MapMatchingResult?com.tomtom.sdk.navigation.mapmatching.MapMatchingEngine.matchLocation(NavigationSnapshot):MapMatchingResultcom.tomtom.sdk.navigation.mapmatching.offline.OfflineMapMatchingEngineFactoryandcom.tomtom.sdk.navigation.mapmatching.tilestore.TileStoreMapMatchingEngineFactorycom.tomtom.sdk.navigation.TomTomNavigation.betterProposalAcceptanceMode:BetterProposalAcceptanceModecom.tomtom.sdk.navigation.TomTomNavigation.unitSystem:UnitSystemTypecom.tomtom.sdk.navigation.tracking.RouteTrackingEngine.obtainTrackingStatescom.tomtom.sdk.navigation.tracking.RouteTrackingEngineFactory
-
Deprecate
maintainandresetmethods of data store maintenance engine. -
Deprecate
RouteProgressEngineFactory. -
Deprecate the following guidance engine APIs:
com.tomtom.sdk.navigation.guidance.GuidanceEngine.generateGuidance(NavigationSnapshot):Guidancemethodcom.tomtom.sdk.navigation.guidance.GuidanceEngine.generateLaneGuidance(NavigationSnapshot):LaneGuidanceUpdate?methodcom.tomtom.sdk.navigation.guidance.Guidanceclasscom.tomtom.sdk.navigation.guidance.LaneGuidanceUpdateclasscom.tomtom.sdk.navigation.guidance.LaneGuidanceUpdateTypevalue class.
-
Deprecate:
com.tomtom.sdk.navigation.online.OnlineTomTomNavigationFactorycom.tomtom.sdk.navigation.online.Configuration.
To create an instance of
TomTomNavigationwith online configuration use either:com.tomtom.sdk.navigation.TomTomNavigation(Context, String, LocationProvider, NavigationTileStore)com.tomtom.sdk.navigation.TomTomNavigation(Context, LocationProvider, NavigationTileStore, RoutingConfiguration, NavigationConfiguration, HazardsConfiguration, SafetyLocationsConfiguration).
Removals
- Remove Orbis URL use when navigation tiles are configured.
Personalization
Fixes
- Ensure favorite personal locations can be removed after being added from recent destinations.
Routing
New features
- Improve online range throttling by considering the origin’s location relative to the range polygon.
- Self-service API
RoutePlanningOptionsApifor building instances ofRoutePlanningOptionsusing thebuildRoutePlanningOptionsfunction is now in General Availability. - Support of
OpeningHoursinformation in onboard route update. - Telemetry for Plug and Charge feature in offline planner.
- You can now hear in verbal audio messages prefecture specific road types in Japan for Tokyo (都), Hokkaido (道), Osaka and Kyoto (府) Prefecture or other of the 43 prefectures (県).
- You can now select charging stations that are not available 24/7 for autogenerated charging stops.
Updates
- The
ChargingOptionsparametersavoidChargingParksandchargingStopsStrategyare now part ofCompleteflavor. com.tomtom.sdk.routing.options.ChargingStopsStrategyis now part of the COMPLETE flavor of NavSDK.- For electric vehicle routing, return “No Route Found” earlier if the current charge is zero.
- The experimental
OpeningHoursOptionsAPI is now exposed. TheOpeningHoursOptions.useNon247Parksparameter is now available in the Complete flavor. - Rename the field in
OpeningHoursOptionsAPI. - The deprecation notice for the update reconstruction mode has been removed.
Fixes
- The
buildEvRoutePlanningOptionsfunction now correctly applies theavoidsparameter, ensuring that specified avoidances are respected in EV route planning. - The
vehicleBrandparameter is no longer included in the URL for range calculations. - The
vehicleBrandparameter is not passed to the request URL if the engine type is not electric. - Add validation for user-provided URIs.
- Add validation for entry points in
RoutePlanningOptionsconstructor. - Create a new NDA native client for every routing request.
- Do not add
extendedRouteRepresentation=consumptionifconstantSpeedConsumptionInkWhPerHundredkmis not set. - Fix cancellation of RoutePlanner requests that were actually not cancelled.
- Fix crash when onboard map is being updated and navigation is advancing guidance progress.
- Fix missing callback in
RoutePlanningCallbackwhen the caller of theRoutePlanner.planRoutedoes not hold a reference to the callback. - Forbid vehicle types other than Car in Self-service
RoutePlanningOptionsfactories. All vehicle types other than Car are now theExtendedflavor. - Improve validation for the
ConsiderTrafficoption inRoutePlanningOptions. - The optimal
towardname is now delivered for onboard route. - Prefecture specific road types for Tokyo (都), Hokkaido (道), Osaka and Kyoto (府). Prefecture now have a distinct road type in the road message other than remaining 43 prefectures (県).
- Reduce onboard LDEV computation time when initial charge is low.
- Remove road details from verbal “Follow the road…” audio announcements.
- Route consumption features now work when using vehicle model ID.
- Set correct departure/arrival time and time zone offset for route stops.
- Add support for road types in the Japan (JPN) region.
Deprecations
- Deprecate
OnlineRangeCalculatorFactory. - Deprecate
OnlineRoutePlannertype.
Search
New features
-
Add Extended Postal Points (EPP) support to search:
- Add support for Extended Postal Points in search functionality to improve findability of detailed postal codes.
- EPP enables more precise location searches using detailed postal codes (e.g., “M25 0AB” in GBR, “1222 PN” in NLD).
- Available in ~15 countries including ARG, BRA, CAN, CHL, GBR, IRL, NLD, PRT, SGP, TWN, USA and their territories.
- EPP results are exposed as
SearchResultType.Addresswith formatted address pointing to the extended postal code location.
Updates
-
com.tomtom.sdk.search.reversegeocoder.buildReverseGeocoderOptions()is now available in General Availability. -
Add
areaTypetocom.tomtom.sdk.location.DetailsResponse. -
Add Extended flavor availability banner to
Feedback,Custom POIs, andDynamic Data guides. -
Add sections for Extended flavor in Search SDK documentation and code snippets.
-
Clarify references to the Extended flavor in documentation.
-
The following EV Search APIs are now available in General Availibility:
com.tomtom.sdk.search.ev.EvSearchOptionscom.tomtom.sdk.search.ev.EvSearchResponsecom.tomtom.sdk.search.ev.EvSearchResultcom.tomtom.sdk.search.ev.EvSearchCallbackcom.tomtom.sdk.search.Search.evSearch(EvSearchOptions): Result<EvSearchResponse, SearchFailure>com.tomtom.sdk.search.Search.evSearch(EvSearchOptions, EvSearchCallback): Cancellable
Additionally:
com.tomtom.sdk.location.poi.ev.AccessTypeis also now available in General Availability.
Customers can now use these APIs in production without requiring
@OptInannotations. No additional actions are needed for migration. -
Move
FuelPriceProviderandParkingDetailProviderfrom Complete to Extended flavor. -
Remove tutorial guides related to deprecated Search APIs.
-
The following APIs are available in General Availability:
com.tomtom.sdk.search.Search.requestEvPoiDetailscom.tomtom.sdk.search.poidetails.EvPoiDetailsCallbackcom.tomtom.sdk.search.poidetails.EvPoiDetailsOptionscom.tomtom.sdk.search.poidetails.EvPoiDetailsResponsecom.tomtom.sdk.search.poidetails.buildEvPoiDetailsOptionsUse
com.tomtom.sdk.search.Search.requestEvPoiDetailsto obtain or refresh charging park details available fromcom.tomtom.sdk.search.Search.evSearch -
The following APIs have been removed:
buildBrandInAreaSearchOptionsbuildPoiCategoryInAreaSearchOptions
-
The following
SearchOptionsfactories are now available in General Availability:com.tomtom.sdk.search.buildAlongRouteWithPoiCategorySearchOptionscom.tomtom.sdk.search.buildAutocompleteOptionscom.tomtom.sdk.search.buildBrandInAreaSearchOptionscom.tomtom.sdk.search.buildBrandSearchOptionscom.tomtom.sdk.search.buildPoiCategoryInAreaSearchOptions
They can be used to efficiently create search options for various use cases, including POI category searches, brand searches, area-based searches, and route-based searches.
Fixes
EvSearchworks correctly with a custom url provided throughServiceUri.- Fix crash at start if the map access is not readily available.
- In
HybridSearch,HybridReverseGeocoder,OnlineFirst SearchandOnlineFirst ReverseGeocoder, if the online service returned an error, the error is returned to the user and the component will not fallback to offline. It will fallback to offline only in case of network connectivity errors. - In online first search, return online results even if offline search fails, which makes custom POI and personal location search unavailable.
- Make custom POIs work with empty map with offline search.
- Support Zenrin map in hybrid search.
- Remove
scorefield fromPoiDetailsResultJsonModelto prevent deserialization failure.
Deprecations
-
Deprecate
com.tomtom.sdk.search.dynamicdata.online.OnlineDynamicDataProviderFactory. -
Deprecate the
com.tomtom.sdk.search.online.OnlineSearchandcom.tomtom.sdk.search.reversegeocoder.online.OnlineReverseGeocoderclasses.These APIs will be removed 12 months after the release.
Telemetry
New features
- The
HasOnboardNavigationProductfield is now sent as part ofNavSdkSettingsto denote if there is an onboard map installed in the system. - The trigger for a data source change is now published with
MapDataSourceSwitchedevents.
Updates
-
The following Telemetry API is now available in General Availability:
com.tomtom.sdk.telemetry.UserConsent
-
Update
DataTransferInfowith new field representing raw http response code and extendNativeHttpResponseStatuswithNO_CONNECTIVITYvalue. -
Update the KDOC with enabling Telemetry legal disclaimer.
Fixes
RoutePlanningFallbackRequestEventis now properly mapped to FCD container.
Traffic
Updates
- The
NdsStoredocumentation has been updated to clarify the usage of theapiKeyforTrafficClientpurposes.
Vehicle
New features
-
Promote the following APIs to General Availability:
com.tomtom.sdk.vehicle.metadata.BodyPropertiescom.tomtom.sdk.vehicle.metadata.BodyTypecom.tomtom.sdk.vehicle.metadata.Brandcom.tomtom.sdk.vehicle.metadata.BrandIdcom.tomtom.sdk.vehicle.metadata.BrandOptionscom.tomtom.sdk.vehicle.metadata.BrandsResponsecom.tomtom.sdk.vehicle.metadata.CacheDirectorycom.tomtom.sdk.vehicle.metadata.DriveTraincom.tomtom.sdk.vehicle.metadata.ElectricVehiclePropertiescom.tomtom.sdk.vehicle.metadata.EngineTypecom.tomtom.sdk.vehicle.metadata.Modelcom.tomtom.sdk.vehicle.metadata.ModelIdcom.tomtom.sdk.vehicle.metadata.ModelOptionscom.tomtom.sdk.vehicle.metadata.ModelsResponsecom.tomtom.sdk.vehicle.metadata.PlugTypecom.tomtom.sdk.vehicle.metadata.ProductionStatuscom.tomtom.sdk.vehicle.metadata.RetrieveVehicleOptionscom.tomtom.sdk.vehicle.metadata.VehicleMetadatacom.tomtom.sdk.vehicle.metadata.VehicleMetadataByIdOptionscom.tomtom.sdk.vehicle.metadata.VehicleMetadataByIdResponsecom.tomtom.sdk.vehicle.metadata.VehicleMetadataFailurecom.tomtom.sdk.vehicle.metadata.VehicleMetadataIdcom.tomtom.sdk.vehicle.metadata.VehicleMetadataOptionscom.tomtom.sdk.vehicle.metadata.VehicleMetadataProvidercom.tomtom.sdk.vehicle.metadata.VehicleMetadataResponse
Updates
- Efficiencies and consumption curves are validated earlier and get better error messages.
Deprecations
- Plug types
Iec60309Ac3PhaseRed,Iec60309Ac1PhaseBlue, andIec60309DcWhiteare deprecated and will be removed in 6 months after the release.
Virtual Horizon
Updates
-
Promote
com.tomtom.sdk.navigation.horizon.elements.poi.PoiElement2to General Availability. -
Promote
com.tomtom.sdk.navigation.horizon.elements.poi.PoiElementType2to General Availability. -
Promote the following to General Availability:
com.tomtom.sdk.hazards.model.BadRoadConditionssecondary constructorcom.tomtom.sdk.hazards.model.BadRoadConditions.Causecom.tomtom.sdk.hazards.model.BadRoadConditions.causescom.tomtom.sdk.hazards.model.ReducedVisibilitysecondary constructorcom.tomtom.sdk.hazards.model.ReducedVisibility.Causecom.tomtom.sdk.hazards.model.ReducedVisibility.causescom.tomtom.sdk.hazards.model.ObjectsOnRoadsecondary constructorcom.tomtom.sdk.hazards.model.ObjectsOnRoad.Causecom.tomtom.sdk.hazards.model.ObjectsOnRoad.causes
-
Remove
RestrictToExtendedFlavorfrom theHazardAPI.com.tomtom.sdk.hazards.model.Hazardcom.tomtom.sdk.hazards.model.HazardCategorycom.tomtom.sdk.hazards.model.HazardIdcom.tomtom.sdk.hazards.model.HazardLocationcom.tomtom.sdk.hazards.model.HazardLocation.Spotcom.tomtom.sdk.hazards.model.HazardLocation.Linearcom.tomtom.sdk.hazards.model.HazardSeveritycom.tomtom.sdk.hazards.model.HazardTypecom.tomtom.sdk.navigation.horizon.elements.hazard.HazardElementcom.tomtom.sdk.navigation.horizon.elements.hazard.HazardElementType
Fixes
- Do not initialize the horizon engine with a vehicle with a trailer, when
TrailerTowFeaturewas disabled. - Fix issue with no POI elements being published on horizon when using online-only init surface.
- Fix issue with updating the polyline in the data store maintenance service in active guidance.
- Fix concurent modification exception thrown by the safety locations component.
- Ensure the end offset of a horizon element cannot exceed the end offset of an active path.
- Fix the horizon options used for the cover horizon subscription in active guidance.
- Improve safety camera projection by fixing the bounding box overlap logic.
- Provide missing
elapsedRealtimeNanosandaltitudeincom.tomtom.sdk.navigation.horizon.HorizonPosition.location. - Publish cached
HorizonSnapshotandHorizonPositionincom.tomtom.sdk.navigation.HorizonUpdatedListenerwhen the horizon is reset and the horizon paths are temporarily unavailable, in maximum 3 seconds. - Don’t show speed limits from opposite direction of road.
Deprecations
-
Deprecate
com.tomtom.sdk.navigation.horizon.elements.poi.PoiElement. Usecom.tomtom.sdk.navigation.horizon.elements.poi.PoiElement2instead. -
Deprecate
com.tomtom.sdk.navigation.horizon.elements.poi.PoiElementType. Usecom.tomtom.sdk.navigation.horizon.elements.poi.PoiElementType2instead. -
Deprecate:
com.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.GeneralHazardcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.Animalscom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.CurveRightcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.CurveLeftcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.CurveRightThenLeftcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.CurveLeftThenRightcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.CurvyRoadcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.Tunnelcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.LightSignalscom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.Yieldcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.PriorityRoadcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.CrossingWithPriorityFromTheRightcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.CarriagewayNarrowscom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.CarriagewayNarrowsRightcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.CarriagewayNarrowsLeftcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.LaneMergeFromRightcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.LaneMergeFromLeftcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.LaneMergeCentercom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.NoOvertakingcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.ProtectedPassingcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.PedestrianCrossingcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.Childrencom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.Cyclistscom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.RailroadCrossingWithGatescom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.RailroadCrossingWithoutGatescom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.TramwayCrossingcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.FallingRockscom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.SlipperyRoadcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.Slopecom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.Downgradecom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.IcyRoadcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.Windcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.TrafficCongestioncom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.HighAccidentAreacom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.EndOfAllRestrictionscom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.VariableSignLightElementscom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.HavePriorityAtNarrowRoadcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.GivePriorityAtNarrowRoadcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.SpeedLimitcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.SpeedLimitEndcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.SwingBridgecom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.RailroadCrossingcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.CityEntrycom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.CityExitcom.tomtom.sdk.navigation.horizon.elements.trafficsign.TrafficSignCategory.NoOvertakingEnd
-
Deprecate:
com.tomtom.sdk.navigation.horizon.HorizonEngine.registerHorizonOptionscom.tomtom.sdk.navigation.horizon.HorizonEngine.unregisterHorizonOptionscom.tomtom.sdk.navigation.horizon.HorizonEngine.generateHorizon
-
Deprecate:
com.tomtom.sdk.hazards.model.BadRoadConditionsprimary constructorcom.tomtom.sdk.hazards.model.BadRoadConditions.hasPotholescom.tomtom.sdk.hazards.model.ReducedVisibilityprimary constructorcom.tomtom.sdk.hazards.model.ReducedVisibility.dueToHeavyRaincom.tomtom.sdk.hazards.model.ReducedVisibility.dueToFogcom.tomtom.sdk.hazards.model.ObjectsOnRoadprimary constructorcom.tomtom.sdk.hazards.model.ObjectsOnRoad.animalcom.tomtom.sdk.hazards.model.ObjectsOnRoad.people