Skip to content

GeoJSONMultiPolygonInput

About GeoJSONMultiPolygonInput

This type represents the input data needed to initialize a GeoJSON multipolygon.

type

The type of the GeoJSON node. This defaults to and must be “MultiPolygon”.

Type: String!

coordinates

The coordinates for the the GeoJSON multipolygon, 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). Each element consists of the points that make up the polygon.

See GeoJSONCRS for more information.

Type: [[[[Float!]!]!]!]!

crs

The coordinate reference system used for thismultipolygon. See GeoJSONCRS for more information.

Type: GeoJSONCRSInput