25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSGeometry.h>
53 #pragma mark initializers
63 +(instancetype)multipointWithPoints:(NSArray<
AGSPoint*>*)points;
66 #pragma mark properties
Base class for all classes that represent geometric shapes.
Definition: AGSGeometry.h:121
A builder to construct or modify multipoint geometries.
Definition: AGSMultipointBuilder.h:42
An ordered collection of points that can be managed as a single geometry.
Definition: AGSMultipoint.h:50
AGSMultipointBuilder * toBuilder()
AGSPointCollection * points
Definition: AGSMultipoint.h:76
Represents vertices (immutable collection of points) of a single part of a multipart geometry (AGSMul...
Definition: AGSPointCollection.h:41
A location defined by x and y (and optionally z) coordinates.
Definition: AGSPoint.h:73