ZendriveTurnDirection
enum ZendriveTurnDirection : NSInteger {}
This is returned in ZendriveEvent.turnDirection
, it represents the turn direction for ZendriveEventHardTurn
-
This is returned for all
ZendriveEvent.eventType
values other thanZendriveEventHardTurn
Declaration
Objective-C
ZendriveTurnDirectionNotAvailable = 0
-
Indicates that the turn direction of the event was Left.
Declaration
Objective-C
ZendriveTurnDirectionLeft
-
Indicates that the turn direction of the event was right.
Declaration
Objective-C
ZendriveTurnDirectionRight