init(_:)
Creates a multipolygon object using the provided polygons.
Declaration
init(_ polygons: [MKPolygon])Parameters
- polygons:
An array of polygons to initialize the array with.
Creates a multipolygon object using the provided polygons.
init(_ polygons: [MKPolygon])An array of polygons to initialize the array with.