ActiveRouteUpdatable
public protocol ActiveRouteUpdatable : AnyObject
Provides the context for current and future positions.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Updates the active route.
Declaration
Swift
func updateActiveRoute(_ polyline: [CLLocationCoordinate2D])Parameters
polylineThe polyline representing the new active route.
TomTom SDK for iOS (0.40.0)
ActiveRouteUpdatable