Contents

init(coordinates:count:)

Creates and returns a polygon object from the specified set of coordinates.

Declaration

convenience init(coordinates coords: UnsafePointer<CLLocationCoordinate2D>, count: Int)

Parameters

  • coords:

    The array of coordinates defining the shape. The new object copies the data in this array.

  • count:

    The number of items in the coords array.

Return Value

A new polygon object.

See Also

Creating a polygon overlay