ee.Algorithms.GeometryConstructors.Point

Constructs a new Point from the given x,y coordinates.

UsageReturns
ee.Algorithms.GeometryConstructors.Point(coordinates, crs)Geometry
ArgumentTypeDetails
coordinatesListThe coordinates of this Point 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.