Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 723 Bytes

GeometryCollectionDict.md

File metadata and controls

19 lines (13 loc) · 723 Bytes

GeometryCollectionDict

GeoJSon geometry collection

GeometryCollections composed of a single part or a number of parts of a single type SHOULD be avoided when that single part or a single object of multipart type (MultiPoint, MultiLineString, or MultiPolygon) could be used instead.

Properties

Name Type Required Description
geometries List[GeometryDict] Yes
bbox NotRequired[BBox] No
type Literal["GeometryCollection"] Yes None

[Back to Model list] [Back to API list] [Back to README]