RadarPolygonGeometry

@interface RadarPolygonGeometry : RadarGeofenceGeometry

Represents the geometry of polygon geofence.

  • The geometry of the polygon geofence. A closed ring of coordinates.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSArray<RadarCoordinate *> *coordinates;

    Swift

    var coordinates: [RadarCoordinate]? { get }