GeoJSONGeometryCollection interface
A valid GeoJSON GeometryCollection object type. Please refer to RFC
7946 for details.
Properties
| geometries | Contains a list of valid |
| type | Specifies the |
Property Details
geometries
Contains a list of valid GeoJSON geometry objects.
geometries: GeoJSONGeometryUnion[]
Property Value
type
Specifies the type for the object. Value should always be equal to "GeometryCollection".
type?: string
Property Value
string