IGMotionState Constants Reference

Declared in IGLocation.h

IGMotionState

The IGMotionState enum holds all possible user motion states

Definition

typedef NS_ENUM(NSInteger, IGMotionState ) {
   IGMotionStateSeeking = -1,
   IGMotionStateStanding = 0,
   IGMotionStateWalking = 1,
   IGMotionStateDrivingSlow = 2,
   IGMotionStateDrivingFast = 3,
};

Constants

IGMotionStateSeeking

The IGMotionState enum holds all possible user motion states

Declared In IGLocation.h.

IGMotionStateStanding

The IGMotionState enum holds all possible user motion states

Declared In IGLocation.h.

IGMotionStateWalking

The IGMotionState enum holds all possible user motion states

Declared In IGLocation.h.

IGMotionStateDrivingSlow

The IGMotionState enum holds all possible user motion states

Declared In IGLocation.h.

IGMotionStateDrivingFast

The IGMotionState enum holds all possible user motion states

Declared In IGLocation.h.

Declared In

IGLocation.h