RadarCircleGeometry

@interface RadarCircleGeometry : RadarGeofenceGeometry

Represents the geometry of a circle geofence.

  • The center of the circle geofence.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic, nonnull) RadarCoordinate *center;

    Swift

    var center: RadarCoordinate { get }
  • The radius of the circle geofence in meters.

    Declaration

    Objective-C

    @property (readonly, assign, nonatomic) double radius;

    Swift

    var radius: Double { get }