Home > @i2analyze/i2connect > data > IGeoJsonPolygon
data.IGeoJsonPolygon interface
A geospatial polygon, as described in [RFC 7946](https://tools.ietf.org/html/rfc7946#section-3.1.6).
Signature:
interface IGeoJsonPolygon
Introduced: API version 1.2
Properties
Property | Type | Description |
---|---|---|
coordinates | IGeoJsonPosition[][] | Gets the geospatial coordinates of the polygon's vertices. |
type | 'Polygon' | Gets the type of the object, which is always 'Polygon' in this case. |