ZendriveTurnDirection
enum ZendriveTurnDirection {}
This is returned in ZendriveEvent.turnDirection, it represents the turn direction for ZendriveEventHardTurn
-
This is returned for all
ZendriveEvent.eventTypevalues other thanZendriveEventHardTurnDeclaration
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
ZendriveTurnDirection Enumeration Reference