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