TurnDirection
@objc(ZDTurnDirection)
public enum TurnDirection : Int
This is returned in Event.turnDirection, it represents the turn direction for EventType.hardTurn
-
This is returned for all
Event.eventTypevalues other thanEventType.hardTurnDeclaration
Swift
case notAvailable -
Indicates that the turn direction of the event was Left.
Declaration
Swift
case left -
Indicates that the turn direction of the event was right.
Declaration
Swift
case right
TurnDirection Enumeration Reference