Feature
A Feature object represents a spatially bounded thing.
-
A string or number that commonly identifies the feature in the context of a data set.
Turf does not guarantee that the feature is unique; however, a data set may make such a guarantee.
-
Arbitrary, JSON-compatible attributes to associate with the feature.
-
The geometry at which the feature is located.
-
-
Initializes a feature located at the given geometry.
-
-
-