GeoJSONMultiPolygon
About GeoJSONMultiPolygon
A GeoJSON multi-polygon represents any number of regions in the world. GeoJSON is a formal specification as defined by RFC 7946.
type
The type of the GeoJSON node. For the GeoJSON multi-polygon, this will be “MultiPolygon”.
Type: String!
coordinates
The coordinates that define the regions, as determined by the coordinate reference system. Each element of the outermost array represent a region; the first element in each array represents the exterior ring. Any subsequent elements represent interior rings (or holes).
For more information, see MultiPolygons in RFC 7946.
Type: [[[[Float!]!]!]!]!
crs
The coordinate reference system used for this multipolygon. See
GeoJSONCRS
for more information.
Type: GeoJSONCRS