Home > @i2analyze/i2connect > data > IGeoJsonFeatureCollection
data.IGeoJsonFeatureCollection interface
An area on a map, which comprises one or more geospatial features.
Signature:
interface IGeoJsonFeatureCollection
Introduced: API version 1.2
Properties
Property | Type | Description |
---|---|---|
features | IGeoJsonFeature[] | Gets the features that the area comprises. |
type | 'FeatureCollection' | Gets the type of the area, which is always 'FeatureCollection'. |