kSITIndicationActions Constants Reference
Declared in | SITIndication.h |
---|
kSITIndicationActions
The type of action the user should perform in order to arrive to the destination.
- kSITCalculating: Calculating directions…
- kSITInvalidAction: invalid action
- kSITTurn: the user needs to turn
- kSITGoAhead: the user needs to keep the same direction
- kSITChangeFloor: the user needs to change floor
- kSITEnd: the user has arrived to the destination
Definition
typedef NS_ENUM(NSInteger, kSITIndicationActions ) {
kSITCalculating,
kSITInvalidAction,
kSITTurn,
kSITGoAhead,
kSITChangeFloor,
kSITEnd,
};
Constants
kSITCalculating
-
The type of action the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
. kSITInvalidAction
-
The type of action the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
. kSITTurn
-
The type of action the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
. kSITGoAhead
-
The type of action the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
. kSITChangeFloor
-
The type of action the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
. kSITEnd
-
The type of action the user should perform in order to arrive to the destination.
Declared In
SITIndication.h
.
Declared In
SITIndication.h