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.eventType values other than EventType.hardTurn

    Declaration

    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