Contents

init(points:contourStyle:)

Creates a new polyline that traces a path between the provided points using the specifed contour style.

Declaration

init(points: [MKMapPoint], contourStyle: MapPolyline.ContourStyle = .straight)

Parameters

  • points:

    The points to trace the path between.

  • contourStyle:

    The Contourstyle to use.

See Also

Creating a polyline