init(coordinates:count:)
Creates and returns a geodesic polyline using the specified coordinates.
Declaration
convenience init(coordinates coords: UnsafePointer<CLLocationCoordinate2D>, count: Int)Parameters
- coords:
A pointer to the array of coordinates that define the path.
- count:
The number of items in the
coordsarray.
Return Value
A new geodesic polyline object.