polygon
A polygon
represents a geographic boundary in the well-known text (WKT) vector geometry system. It consists of a set of vertices or points, as latlon coordinates, that make up the (in) polygon boundary.
Name | Type | Description |
---|---|---|
vertices | latlon[] | The set of latitude/longitude coordinates defining the points that make up the polygon. At least 4 latlons are required, and the start and end must be the same so that the polygon is closed. The polygon must not contain any other repeated latlons or form any crossing lines. |
Example
{
"vertices": [
"-120.06252, 36.08499",
"-115.07387, 35.8306",
"-117.65138, 33.74055",
"-120.06252, 36.08499"
]
}
See Also
- The zone.boundary field.