multiPolygonWithPolygons static method
Creates and returns a multipolygon object consisting of the given polygons.
@param polygons The array of polygons defining the shape. @return A new multipolygon object.
Implementation
static MLNMultiPolygon multiPolygonWithPolygons(objc.NSArray polygons$1) {
final _ret = _objc_msgSend_1sotr3r(_class_MLNMultiPolygon, _sel_multiPolygonWithPolygons_, polygons$1.ref.pointer);
return MLNMultiPolygon.castFromPointer(_ret, retain: true, release: true);
}