| name | data type | description |
|---|---|---|
| geometries | array of GeoJsonObject | |
Properties inherited from GeoJsonObject |
||
| type | string | The JSON object type. |
| crs | Crs | |
| bbox | array of number | |
Example
{
"geometries" : [ {
"type" : "...",
"crs" : {
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "name"
},
"bbox" : [ 12345.0, 12345.0 ]
}, {
"type" : "...",
"crs" : {
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "link"
},
"bbox" : [ 12345.0, 12345.0 ]
} ],
"type" : "GeometryCollection",
"crs" : {
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "link"
},
"bbox" : [ 12345.0, 12345.0 ]
}