RouteIncrementOptions
@available(*, deprecated, message: "This will be removed from future releases after 2026-07-15.")
public struct RouteIncrementOptions
A data type that contains input data for the advanceGuidanceProgress method of the RoutePlanner
Refrain from using RoutePlanner.advanceGuidanceProgress(with:) API as it is deprecated.
-
Creates an object with the specified parameters.
Declaration
Swift
public init( route: Route, planningOptions: TomTomSDKRoutingCommon.RoutePlanningOptions )
-
A route that requires incrementing instructions
Declaration
Swift
public let route: Route -
Options for route planning
Declaration
Swift
public let planningOptions: TomTomSDKRoutingCommon.RoutePlanningOptions
TomTom SDK for iOS (0.73.0-rc04)
RouteIncrementOptions