Enumerations
The following enumerations are available globally.
-
The status types for a request.
See moreDeclaration
Objective-C
enum RadarStatus : NSInteger {}
Swift
enum RadarStatus : Int, @unchecked Sendable
-
The sources for location updates.
See moreDeclaration
Objective-C
enum RadarLocationSource : NSInteger {}
Swift
enum RadarLocationSource : Int, @unchecked Sendable
-
The levels for debug logs.
See moreDeclaration
Objective-C
enum RadarLogLevel : NSInteger {}
Swift
enum RadarLogLevel : Int, @unchecked Sendable
-
Declaration
Objective-C
enum RadarRouteUnits : NSInteger {}
Swift
enum RadarRouteUnits : Int, @unchecked Sendable
-
The confidence levels for geocoding results.
See moreDeclaration
Objective-C
enum RadarAddressConfidence : NSInteger {}
Swift
enum RadarAddressConfidence : Int, @unchecked Sendable
-
The types for events.
See moreDeclaration
Objective-C
enum RadarEventType : NSInteger {}
Swift
enum RadarEventType : Int, @unchecked Sendable
-
The confidence levels for events.
See moreDeclaration
Objective-C
enum RadarEventConfidence : NSInteger {}
Swift
enum RadarEventConfidence : Int, @unchecked Sendable
-
The verification types for events.
See moreDeclaration
Objective-C
enum RadarEventVerification : NSInteger {}
Swift
enum RadarEventVerification : Int, @unchecked Sendable
-
Declaration
Objective-C
enum RadarRouteMode : NSInteger {}
Swift
struct RadarRouteMode : OptionSet, @unchecked Sendable
-
The location accuracy options.
See moreDeclaration
Objective-C
enum RadarTrackingOptionsDesiredAccuracy : NSInteger {}
Swift
enum RadarTrackingOptionsDesiredAccuracy : Int, @unchecked Sendable
-
The replay options for failed location updates.
See moreDeclaration
Objective-C
enum RadarTrackingOptionsReplay : NSInteger {}
Swift
enum RadarTrackingOptionsReplay : Int, @unchecked Sendable
-
The sync options for location updates.
See moreDeclaration
Objective-C
enum RadarTrackingOptionsSyncLocations : NSInteger {}
Swift
enum RadarTrackingOptionsSyncLocations : Int, @unchecked Sendable
-
The statuses for trips.
See moreDeclaration
Objective-C
enum RadarTripStatus : NSInteger {}
Swift
enum RadarTripStatus : Int, @unchecked Sendable