Home > @i2analyze/i2connect > data > IGeoJsonPolygon
data.IGeoJsonPolygon interface
A geospatial polygon, as described in RFC 7946.
Signature:
interface IGeoJsonPolygon
Introduced: API version 1.2
Properties
Property | Type | Description |
---|---|---|
coordinates | GeoJsonPosition[][] | Gets the geospatial coordinates of the polygon's vertices. |
type | 'Polygon' | Gets the type of the object, which is always 'Polygon' in this case. |