ee.Algorithms.GeometryConstructors.MultiPoint

Constructs a MultiPoint from the given coordinates.

UsageReturns
ee.Algorithms.GeometryConstructors.MultiPoint(coordinates, crs)Geometry
ArgumentTypeDetails
coordinatesListThe list of Points or pairs of Numbers in x,y order.
crsProjection, default: nullThe coordinate reference system of the coordinates. The default is the projection of the inputs, where Numbers are assumed to be EPSG:4326.