ee.Geometry.Point(coords, proj)
Constructs an ee.Geometry describing a point.
For convenience, varargs may be used when all arguments are numbers. This allows creating EPSG:4326 points, e.g. ee.Geometry.Point(lng, lat).
Arguments:
coords (List<Number>):
A list of two [x,y] coordinates in the given projection.
proj (Projection, optional):
The projection of this geometry, or EPSG:4326 if unspecified.
Returns: Geometry.Point
Map.centerObject(object, zoom, onComplete)
Ce