A maneuver containing navigation instructions and distance from the previous maneuver.
SDK
- iOS 12.0+
Framework
- Car
Play
Declaration
class CPManeuver : NSObject
A maneuver containing navigation instructions and distance from the previous maneuver.
SDK
Framework
class CPManeuver : NSObject
var instruction Variants: [String]
An array of instruction variants for the maneuver.
var attributed Instruction Variants: [NSAttributed String]
An array of attributed strings representing the instruction variants for the maneuver.
var initial Travel Estimates: CPTravel Estimates?
The distance between the end of the previous maneuver and the beginning of this one.
var junction Image: UIImage?
An image of a junction for the maneuver.
var user Info: Any?
An object containing custom information associated with the maneuver.
class CPNavigation Session
An object representing an active route guidance session.
class CPTrip
A journey consisting of an origin, a destination, and route choices.