MultiPolygonDescription The MultiPolygon type represents a collection of Polygons. Attributes AttributeTypeDescriptionpolygonsPolygonThe polygons in the MultiPolygon. Proto Definition protomessage MultiPolygon { repeated Polygon polygons = 1; }