Multipoint

constructor(points: Iterable<Point>, spatialReference: SpatialReference? = null)

Creates a new multipoint from the given collection of points. This is a convenient alternative to using a MultipointBuilder.

Since

200.1.0

Parameters

points

the points that will make up the multipoint

spatialReference

the spatial reference for the polyline, defaults to null.