Contents

init(coordinates:contourStyle:)

Creates a polyline that traces a path between the given coordinates using the specifed contour style.

Declaration

init(coordinates: [CLLocationCoordinate2D], contourStyle: MapPolyline.ContourStyle = .straight)

Parameters

  • coordinates:

    The coordinates to trace the path between.

  • contourStyle:

    The Contourstyle to use.

See Also

Creating a polyline