ISELocationFlag Constants Reference

Declared in ISTypes.h

ISELocationFlag

@enum Enum used to define location modules.

Definition

typedef NS_ENUM(NSInteger, ISELocationFlag ) {
   ISELocationFlagGps = 1,
   ISELocationFlagWifi = 2,
   ISELocationFlagBle = 4,
   ISELocationFlagCompass = 8,
   ISELocationFlagMotionFiltering = 16,
   ISELocationFlagMems = 32,
};

Constants

ISELocationFlagGps

GPS provider is activated.

Declared In ISTypes.h.

ISELocationFlagWifi

Wifi provider is activated.

Declared In ISTypes.h.

ISELocationFlagBle

BLE provider is activated.

Declared In ISTypes.h.

ISELocationFlagCompass

Compass provider is activated.

Declared In ISTypes.h.

ISELocationFlagMotionFiltering

Motion filtering provider is activated.

Declared In ISTypes.h.

ISELocationFlagMems

MEMS provider is activated.

Declared In ISTypes.h.

Declared In

ISTypes.h