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 (readonly, copy, nonatomic, nullable) NSArray<RadarCoordinate *> *coordinates;
Swift
var coordinates: [RadarCoordinate]? { get }