Enumerations
The following enumerations are available globally.
-
The status types for a request.
See moreDeclaration
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
-
Declaration
Objective-C
enum RadarRouteMode {}
Swift
struct RadarRouteMode : OptionSet
-
Declaration
Objective-C
enum RadarRouteUnits {}
Swift
enum RadarRouteUnits : 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 location accuracy options.
See moreDeclaration
Objective-C
enum RadarTrackingOptionsDesiredAccuracy {}
Swift
enum RadarTrackingOptionsDesiredAccuracy : Int
-
The replay options for failed location updates.
See moreDeclaration
Objective-C
enum RadarTrackingOptionsReplay {}
Swift
enum RadarTrackingOptionsReplay : Int
-
The sync options for location updates.
See moreDeclaration
Objective-C
enum RadarTrackingOptionsSync {}
Swift
enum RadarTrackingOptionsSync : Int
-
The statuses for trips.
See moreDeclaration
Objective-C
enum RadarTripStatus {}
Swift
enum RadarTripStatus : 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