DMKLocationSourceType Constants Reference

Declared in DMKLocation.h

DMKLocationSourceType

Definition

typedef NS_ENUM(NSInteger, DMKLocationSourceType ) {
   DMKLocationSourceTypeUnknow = -1,
   DMKLocationSourceTypeGPS = 1,
   DMKLocationSourceTypeWiFi,
   DMKLocationSourceTypeCell,
};

Constants

DMKLocationSourceTypeUnknow

Declared In DMKLocation.h.

DMKLocationSourceTypeGPS

Declared In DMKLocation.h.

DMKLocationSourceTypeWiFi

Declared In DMKLocation.h.

DMKLocationSourceTypeCell

Declared In DMKLocation.h.