init(points:)
Creates a polygon from a list of map points.
Declaration
init(points: [MKMapPoint])Parameters
- points:
An array of Mkmappoint points that make up the vertices of the polygon.
Creates a polygon from a list of map points.
init(points: [MKMapPoint])An array of Mkmappoint points that make up the vertices of the polygon.