ManeuverView
@IBDesignable
open class ManeuverView : UIView
A view that contains a simple image indicating a type of maneuver.
-
The current instruction displayed in the maneuver view.
Declaration
Swift
public var visualInstruction: VisualInstruction? { get set }
-
This indicates the side of the road currently driven on.
Declaration
Swift
public var drivingSide: DrivingSide { get set }