init(coordinates:)
Creates a polygon from a list of coordinates you provide.
Declaration
init(coordinates: [CLLocationCoordinate2D])Parameters
- coordinates:
An array of Cllocationcoordinate2d coordinates.
Creates a polygon from a list of coordinates you provide.
init(coordinates: [CLLocationCoordinate2D])An array of Cllocationcoordinate2d coordinates.