Classes
The following classes are available globally.
-
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
-
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 the geometry of polygon geofence.
See moreDeclaration
Objective-C
@interface RadarPolygonGeometry : RadarGeofenceGeometry
Swift
class RadarPolygonGeometry : RadarGeofenceGeometry
-
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, and traveling 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, and traveling 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
-
The top-level class used to interact with the Radar SDK. For more information, see https://radar.io/documentation/sdk .
See moreDeclaration
Objective-C
@interface Radar : NSObject
Swift
class Radar : NSObject