Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Function: geoArea(Geometry left)

Returns the area of left Geometrygeometry.

If passed a string the geometry functions will automatically convert it into a geometry object.

Syntax

geoArea( "Well Known Text") 

...

geoArea(30.10)

Returns the area of left Geometry geometry as a Float.


See Also