The GeoJson object (or the polygon) specifies geographical features in a JSON format.
Fields
Name | Type | Description |
---|---|---|
id | ObjectId | The feature object Unique Windward assigned ID. |
properties | PointProps | Returns the properties of the GeoJSON object. |
type | String | The type of the GeoJSON object, e.g., Position, Point, MultiPoint, Polygon. Refer to geojson.org to learn about the available types. |