MultiPolygon Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Properties inherited from Geometry
coordinates array of object
Properties inherited from GeoJsonObject
type string The JSON object type.
crs Crs
bbox array of number

Example

{
  "coordinates" : [ { }, { } ],
  "type" : "MultiPolygon",
  "crs" : {
    "properties" : {
      "property1" : { },
      "property2" : { }
    },
    "type" : "link"
  },
  "bbox" : [ 12345.0, 12345.0 ]
}