SPTelemetryLocationLevel
Objective-C
enum SPTelemetryLocationLevel : NSUInteger {}
Swift
enum SPTelemetryLocationLevel : UInt
Levels of location data that is collected.
-
Don’t collect any location telemetry
Declaration
Objective-C
SPTelemetryLocationLevelNone = 0Swift
case none = 0 -
Collect indoor locations only
Declaration
Objective-C
SPTelemetryLocationLevelIndoor = 1Swift
case indoor = 1 -
Collect location from indoor and GPS
Declaration
Objective-C
SPTelemetryLocationLevelAll = 2Swift
case all = 2
SPTelemetryLocationLevel Enumeration Reference