Classes
The following classes are available globally.
-
Declaration
Objective-C
@interface Radar : NSObject
Swift
class Radar : NSObject
-
Represents an address. For more information, see https://radar.io/documentation/api#geocode.
See moreDeclaration
Objective-C
@interface RadarAddress : NSObject
Swift
class RadarAddress : NSObject
-
Represents the chain of a place. For more information about Places, see https://radar.io/documentation/places.
See moreDeclaration
Objective-C
@interface RadarChain : NSObject
Swift
class RadarChain : NSObject
-
Represents the geometry of a circle geofence.
See moreDeclaration
Objective-C
@interface RadarCircleGeometry : RadarGeofenceGeometry
Swift
class RadarCircleGeometry : RadarGeofenceGeometry
-
Declaration
Objective-C
@interface RadarContext : NSObject
Swift
class RadarContext : NSObject
-
Represents a location coordinate.
See moreDeclaration
Objective-C
@interface RadarCoordinate : NSObject
Swift
class RadarCoordinate : NSObject
-
Represents a change in user state. For more information, see https://radar.io/documentation.
See moreDeclaration
Objective-C
@interface RadarEvent : NSObject
Swift
class RadarEvent : NSObject
-
Represents a geofence. For more information about Geofences, see https://radar.io/documentation/geofences.
See moreDeclaration
Objective-C
@interface RadarGeofence : NSObject
Swift
class RadarGeofence : NSObject
-
Represents the geometry of a geofence.
Declaration
Objective-C
@interface RadarGeofenceGeometry : NSObject
Swift
class RadarGeofenceGeometry : NSObject
-
Represents a place. For more information about Places, see https://radar.io/documentation/places.
See moreDeclaration
Objective-C
@interface RadarPlace : NSObject
Swift
class RadarPlace : NSObject
-
Represents a point. For more information about Points, see https://radar.io/documentation/points.
See moreDeclaration
Objective-C
@interface RadarPoint : NSObject
Swift
class RadarPoint : NSObject
-
Represents the geometry of polygon geofence.
See moreDeclaration
Objective-C
@interface RadarPolygonGeometry : RadarGeofenceGeometry
Swift
class RadarPolygonGeometry : RadarGeofenceGeometry
-
Represents a region. For more information about Regions, see https://radar.io/documentation/regions.
See moreDeclaration
Objective-C
@interface RadarRegion : NSObject
Swift
class RadarRegion : NSObject
-
Represents a route between an origin and a destination.
See moreDeclaration
Objective-C
@interface RadarRoute : NSObject
Swift
class RadarRoute : NSObject
-
Represents the distance of a route.
See moreDeclaration
Objective-C
@interface RadarRouteDistance : NSObject
Swift
class RadarRouteDistance : NSObject
-
Represents the duration of a route.
See moreDeclaration
Objective-C
@interface RadarRouteDuration : NSObject
Swift
class RadarRouteDuration : NSObject
-
Represents routes from an origin to a destination. For more information, see https://radar.io/documentation/api#route.
See moreDeclaration
Objective-C
@interface RadarRoutes : NSObject
Swift
class RadarRoutes : NSObject
-
Represents a user segment.
See moreDeclaration
Objective-C
@interface RadarSegment : NSObject
Swift
class RadarSegment : NSObject
-
An options class used to configure background tracking.
See moreDeclaration
Objective-C
@interface RadarTrackingOptions : NSObject
Swift
class RadarTrackingOptions : NSObject
-
Represents the current user state. For more information, see https://radar.io/documentation.
See moreDeclaration
Objective-C
@interface RadarUser : NSObject
Swift
class RadarUser : NSObject
-
Represents the learned home, work, traveling and commuting state and locations of the current user. For more information about Insights, see https://radar.io/documentation/insights.
See moreDeclaration
Objective-C
@interface RadarUserInsights : NSObject
Swift
class RadarUserInsights : NSObject
-
Represents a learned home or work location. For more information about Insights, see https://radar.io/documentation/insights.
See moreDeclaration
Objective-C
@interface RadarUserInsightsLocation : NSObject
Swift
class RadarUserInsightsLocation : NSObject
-
Represents the learned home, work, traveling and commuting state of the current user. For more information about Insights, see https://radar.io/documentation/insights.
See moreDeclaration
Objective-C
@interface RadarUserInsightsState : NSObject
Swift
class RadarUserInsightsState : NSObject