Contents

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.

See Also

Creating a map polygon