GuidanceManeuverData
public struct GuidanceManeuverData : Equatable
This struct holds all the data about a maneuver to be displayed on a GuidanceManeuverView
object.
-
The maneuver icon of the next maneuver.
Declaration
Swift
public var maneuverIcon: UIImage?
-
The distance to the next maneuver.
Declaration
Swift
public var distance: Measurement<UnitLength>?
-
The info1 string which is mostly the next maneuver street.
Declaration
Swift
public var info1: String?
-
The info2 string which is mostly the highway related information.
Declaration
Swift
public var info2: String?
-
The next road icon for this maneuver.
Declaration
Swift
public var nextRoadIcon: UIImage?