19 #import <ArcGIS/AGSMultipart.h> 61 #pragma mark initializers 70 +(instancetype)polygonWithPoints:(NSArray<
AGSPoint*>*)points;
73 #pragma mark properties AGSPolygonBuilder * toBuilder()
Defines common members for polyline and polygon multipart geometries.
Definition: AGSMultipart.h:35
A multipart shape used to represent an area.
Definition: AGSPolygon.h:57
A builder to build polygon geometries.
Definition: AGSPolygonBuilder.h:34
A multipart linear shape.
Definition: AGSPolyline.h:49
AGSPolyline * toPolyline()
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:57