Classes

The following classes are available globally.

  • Represents a location coordinate.

    See more

    Declaration

    Objective-C

    @interface RadarCoordinate : NSObject

    Swift

    class RadarCoordinate : NSObject
  • Represents the geometry of a geofence.

    Declaration

    Objective-C

    @interface RadarGeofenceGeometry : NSObject

    Swift

    class RadarGeofenceGeometry : NSObject
  • Represents a route between an origin and a destination.

    See more

    Declaration

    Objective-C

    @interface RadarRoute : NSObject

    Swift

    class RadarRoute : NSObject
  • Represents the distance of a route.

    See more

    Declaration

    Objective-C

    @interface RadarRouteDistance : NSObject

    Swift

    class RadarRouteDistance : NSObject
  • Represents the duration of a route.

    See more

    Declaration

    Objective-C

    @interface RadarRouteDuration : NSObject

    Swift

    class RadarRouteDuration : NSObject
  • Represents a user segment.

    See more

    Declaration

    Objective-C

    @interface RadarSegment : NSObject

    Swift

    class RadarSegment : NSObject