Declared in ZendriveEvent.h

ZendriveTurnDirection

This is returned in [ZendriveEvent turnDirection], it represents the turn direction for ZendriveEventHardTurn

Definition

typedef NS_ENUM(NSInteger, ZendriveTurnDirection ) {
   ZendriveTurnDirectionNotAvailable = 0,
   ZendriveTurnDirectionLeft,
   ZendriveTurnDirectionRight,
};

Constants

ZendriveTurnDirectionNotAvailable

This is returned for all [ZendriveEvent eventType] values other than ZendriveEventHardTurn

Declared In ZendriveEvent.h.

ZendriveTurnDirectionLeft

Indicates that the turn direction of the event was Left.

Declared In ZendriveEvent.h.

ZendriveTurnDirectionRight

Indicates that the turn direction of the event was right.

Declared In ZendriveEvent.h.

Declared In

ZendriveEvent.h