JUMP TOGetting StartedIntroductionDeploymentAuthenticationProtoCollectionsCreate CollectionRemove CollectionGet Collection InfoSwap CollectionsRename CollectionSave Collection To FileLoad Collection From FileOperationsInsertUpdateUpsertRemoveWrite To CollectionSearch IntersectsSearch Dist WithinType DefinitionsLatLngLineStripPolygonMultiPolygonRingLatLngBBoxIndexableGeometryPayloadGeometryIDIndexedGeometryIndexTypeIDTypeBetaIntroductionProtoPoint to DGGS IndexRasterizeRasterize BulkSearch IntersectsSearch Distance WithinPowered by MultiPolygonDescription The MultiPolygon type represents a collection of Polygons. Attributes AttributeTypeDescriptionpolygonsPolygonThe polygons in the MultiPolygon. Proto Definition protomessage MultiPolygon { repeated Polygon polygons = 1; }