POBLocSource Constants Reference

Declared in OpenWrapSDK.h

POBLocSource

Location source

Definition

typedef NS_ENUM(NSInteger, POBLocSource ) {
   POBLocSourceGPS = 1,
   POBLocSourceIPAddress,
   POBLocSourceUserProvided,
};

Constants

POBLocSourceGPS

Location is determined from GPS

Declared In OpenWrapSDK.h.

POBLocSourceIPAddress

Location is determined from IP address

Declared In OpenWrapSDK.h.

POBLocSourceUserProvided

Location is provided by user

Declared In OpenWrapSDK.h.

Declared In

OpenWrapSDK.h