Enumerations

The following enumerations are available globally.

  • The status types for a request.

    See more

    Declaration

    Objective-C

    enum RadarStatus {}

    Swift

    enum RadarStatus : Int
  • The sources for location updates.

    See more

    Declaration

    Objective-C

    enum RadarLocationSource {}

    Swift

    enum RadarLocationSource : Int
  • The levels for debug logs.

    See more

    Declaration

    Objective-C

    enum RadarLogLevel {}

    Swift

    enum RadarLogLevel : Int
  • The travel modes for routes.

    See more

    Declaration

    Objective-C

    enum RadarRouteMode {}

    Swift

    struct RadarRouteMode : OptionSet
  • The distance units for routes.

    See more

    Declaration

    Objective-C

    enum RadarRouteUnits {}

    Swift

    enum RadarRouteUnits : Int
  • The confidence levels for geocoding results.

    See more

    Declaration

    Objective-C

    enum RadarAddressConfidence {}

    Swift

    enum RadarAddressConfidence : Int
  • The types for events.

    See more

    Declaration

    Objective-C

    enum RadarEventType {}

    Swift

    enum RadarEventType : Int
  • The confidence levels for events.

    See more

    Declaration

    Objective-C

    enum RadarEventConfidence {}

    Swift

    enum RadarEventConfidence : Int
  • The verification types for events.

    See more

    Declaration

    Objective-C

    enum RadarEventVerification {}

    Swift

    enum RadarEventVerification : Int
  • The location accuracy options.

    See more

    Declaration

    Objective-C

    enum RadarTrackingOptionsDesiredAccuracy {}

    Swift

    enum RadarTrackingOptionsDesiredAccuracy : Int
  • The replay options for failed location updates.

    See more

    Declaration

    Objective-C

    enum RadarTrackingOptionsReplay {}

    Swift

    enum RadarTrackingOptionsReplay : Int
  • The sync options for location updates.

    See more

    Declaration

    Objective-C

    enum RadarTrackingOptionsSync {}

    Swift

    enum RadarTrackingOptionsSync : Int
  • The types for learned locations.

    See more

    Declaration

    Objective-C

    enum RadarUserInsightsLocationType {}

    Swift

    enum RadarUserInsightsLocationType : Int
  • The confidence levels for learned locations.

    See more

    Declaration

    Objective-C

    enum RadarUserInsightsLocationConfidence {}

    Swift

    enum RadarUserInsightsLocationConfidence : Int