Enumerations

The following enumerations are available globally.

Enumerations

  • Declaration

    Objective-C

    enum RadarStatus : NSInteger {}

    Swift

    enum RadarStatus : Int, @unchecked Sendable
  • The sources for location updates.

    See more

    Declaration

    Objective-C

    enum RadarLocationSource : NSInteger {}

    Swift

    enum RadarLocationSource : Int, @unchecked Sendable
  • The levels for debug logs.

    See more

    Declaration

    Objective-C

    enum RadarLogLevel : NSInteger {}

    Swift

    enum RadarLogLevel : Int, @unchecked Sendable
  • The distance units for routes.

    See more

    Declaration

    Objective-C

    enum RadarRouteUnits : NSInteger {}

    Swift

    enum RadarRouteUnits : Int, @unchecked Sendable
  • The confidence levels for geocoding results.

    See more

    Declaration

    Objective-C

    enum RadarAddressConfidence : NSInteger {}

    Swift

    enum RadarAddressConfidence : Int, @unchecked Sendable
  • The types for events.

    See more

    Declaration

    Objective-C

    enum RadarEventType : NSInteger {}

    Swift

    enum RadarEventType : Int, @unchecked Sendable
  • The confidence levels for events.

    See more

    Declaration

    Objective-C

    enum RadarEventConfidence : NSInteger {}

    Swift

    enum RadarEventConfidence : Int, @unchecked Sendable
  • The verification types for events.

    See more

    Declaration

    Objective-C

    enum RadarEventVerification : NSInteger {}

    Swift

    enum RadarEventVerification : Int, @unchecked Sendable
  • The travel modes for routes.

    See more

    Declaration

    Objective-C

    enum RadarRouteMode : NSInteger {}

    Swift

    struct RadarRouteMode : OptionSet, @unchecked Sendable
  • The location accuracy options.

    See more

    Declaration

    Objective-C

    enum RadarTrackingOptionsDesiredAccuracy : NSInteger {}

    Swift

    enum RadarTrackingOptionsDesiredAccuracy : Int, @unchecked Sendable
  • The replay options for failed location updates.

    See more

    Declaration

    Objective-C

    enum RadarTrackingOptionsReplay : NSInteger {}

    Swift

    enum RadarTrackingOptionsReplay : Int, @unchecked Sendable
  • The sync options for location updates.

    See more

    Declaration

    Objective-C

    enum RadarTrackingOptionsSyncLocations : NSInteger {}

    Swift

    enum RadarTrackingOptionsSyncLocations : Int, @unchecked Sendable
  • The statuses for trips.

    See more

    Declaration

    Objective-C

    enum RadarTripStatus : NSInteger {}

    Swift

    enum RadarTripStatus : Int, @unchecked Sendable