MultiPolygon interface
A valid GeoJSON MultiPolygon object type. Please refer to RFC
7946 for details.
Properties
| coordinates | Contains a list of valid |
| type | Polymorphic Discriminator |
Property Details
coordinates
Contains a list of valid GeoJSON Polygon objects.
coordinates: number[][][][]
Property Value
number[][][][]
type
Polymorphic Discriminator
type: "MultiPolygon"
Property Value
"MultiPolygon"