Usage | Returns |
---|---|
ee.Algorithms.GeometryConstructors.MultiPoint(coordinates, crs) | Geometry |
Argument | Type | Details |
---|---|---|
coordinates | List | The list of Points or pairs of Numbers in x,y order. |
crs | Projection, default: null | The coordinate reference system of the coordinates. The default is the projection of the inputs, where Numbers are assumed to be EPSG:4326. |