GeometryType
type GeometryType:
| "Point"
| "MultiPoint"
| "LineString"
| "MultiLineString"
| "Polygon"
| "MultiPolygon"
| "GeometryCollection"
| "FeatureCollection";
GeoJSON object types.
type GeometryType:
| "Point"
| "MultiPoint"
| "LineString"
| "MultiLineString"
| "Polygon"
| "MultiPolygon"
| "GeometryCollection"
| "FeatureCollection";
GeoJSON object types.