geoArea
The geoArea() function returns the area of one or more features in square meters.
Syntax
geoArea(geoJSON)
Parameters
Parameter | Description |
---|---|
geoJSON | Required. One or more features. |
Example 1
Calculate the area, in square meters, of a manually passed GeoJSON polygon.
Example 2
Find all records that have an area less than 1 square mile (or 2589988 square meters).
Last updated