Description

The MultiPolygon type represents a collection of Polygons.

Attributes

AttributeTypeDescription
polygonsPolygonThe polygons in the MultiPolygon.

Proto Definition

message MultiPolygon {
  repeated Polygon polygons = 1; 
}