kSITIndicationOrientation Constants Reference
Declared in | SITIndication.h |
---|
kSITIndicationOrientation
The type of turn (if any) the user should perform in order to arrive to the destination.
- kSITInvalidOrientation: invalid orientation.
- kSITStraight: keep the same direction.
- kSITVeerRight: turn slightly to the right.
- kSITRight: turn right.
- kSITSharpRight: turn heavily to right.
- kSITVeerLeft: turn slightly to the left.
- kSITLeft: turn left.
- kSITSharpLeft: turn heavily to the left.
- kSITBackward: turn around.
Definition
typedef NS_ENUM(NSInteger, kSITIndicationOrientation ) {
kSITInvalidOrientation,
kSITStraight,
kSITVeerRight,
kSITRight,
kSITSharpRight,
kSITVeerLeft,
kSITLeft,
kSITSharpLeft,
kSITBackward,
};
Constants
kSITInvalidOrientation
-
The type of turn (if any) the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
. kSITStraight
-
The type of turn (if any) the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
. kSITVeerRight
-
The type of turn (if any) the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
. kSITRight
-
The type of turn (if any) the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
. kSITSharpRight
-
The type of turn (if any) the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
. kSITVeerLeft
-
The type of turn (if any) the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
. kSITLeft
-
The type of turn (if any) the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
. kSITSharpLeft
-
The type of turn (if any) the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
. kSITBackward
-
The type of turn (if any) the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
.
Declared In
SITIndication.h