Enumerations
The following enumerations are available globally.
-
Declaration
Objective-C
enum RadarStatus {}
Swift
enum RadarStatus : Int
-
The sources for location updates.
See moreDeclaration
Objective-C
enum RadarLocationSource {}
Swift
enum RadarLocationSource : Int
-
The levels for debug logs.
See moreDeclaration
Objective-C
enum RadarLogLevel {}
Swift
enum RadarLogLevel : Int
-
The confidence levels for geocoding results.
See moreDeclaration
Objective-C
enum RadarAddressConfidence {}
Swift
enum RadarAddressConfidence : Int
-
The types for events.
See moreDeclaration
Objective-C
enum RadarEventType {}
Swift
enum RadarEventType : Int
-
The confidence levels for events.
See moreDeclaration
Objective-C
enum RadarEventConfidence {}
Swift
enum RadarEventConfidence : Int
-
The verification types for events.
See moreDeclaration
Objective-C
enum RadarEventVerification {}
Swift
enum RadarEventVerification : Int
-
The types for learned locations.
See moreDeclaration
Objective-C
enum RadarUserInsightsLocationType {}
Swift
enum RadarUserInsightsLocationType : Int
-
The confidence levels for learned locations.
See moreDeclaration
Objective-C
enum RadarUserInsightsLocationConfidence {}
Swift
enum RadarUserInsightsLocationConfidence : Int