interiorPolygons
The array of polygons that nest inside the enclosing polygon.
Declaration
var interiorPolygons: [MKPolygon]? { get }Discussion
When the screen renders a polygon, the renderer masks the area that any interior polygons occupy so they aren’t part of the polygon.