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