Usage | Returns |
---|---|
ee.Algorithms.GeometryConstructors.Point(coordinates, crs) | Geometry |
Argument | Type | Details |
---|---|---|
coordinates | List | The coordinates of this Point 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. |