geoJsonObjectTypes (Enumeration)
Description
The value values for the "type" property of GeoJSON Objects.
Values
| Name | Value |
|---|---|
| Point | Point |
| LineString | LineString |
| MultiPoint | MultiPoint |
| Polygon | Polygon |
| MultiLineString | MultiLineString |
| MultiPolygon | MultiPolygon |
| GeometryCollection | GeometryCollection |
| FeatureCollection | FeatureCollection |
| Feature | Feature |