| GeometryCollection | R Documentation |
Each element in the geometries array of a GeometryCollection is one of the geometry objects described above.
Other geo types:
Feature,
FeatureCollection,
LineString,
MultiLineString,
MultiPoint,
MultiPolygon,
Point,
Polygon,
geojson-types
'{
"type": "GeometryCollection",
"geometries": [ {
"type": "Point",
"coordinates": [100.0, 0.0]
}, {
"type": "LineString",
"coordinates": [ [101.0, 0.0], [102.0, 1.0] ]
}
]
}'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.