Skip to content

Commit

Permalink
turf-nearest-point-on-line
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 authored Jan 20, 2018
1 parent 224a0d2 commit 6374e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Turf.js | Turf-swift
[turf-line-intersect](https://github.com/Turfjs/turf/tree/master/packages/turf-line-intersect/) | `Turf.intersection(_:_:)`
[turf-line-slice](https://github.com/Turfjs/turf/tree/master/packages/turf-line-slice/) | `Polyline.sliced(from:to:)`
[turf-line-slice-along](https://github.com/Turfjs/turf/tree/master/packages/turf-line-slice-along/) | `Polyline.trimmed(from:distance:)`
[turf-point-on-line](https://github.com/Turfjs/turf/tree/master/packages/turf-point-on-line/) | `Polyline.closestCoordinate(to:)`
[turf-nearest-point-on-line](https://github.com/Turfjs/turf/tree/master/packages/turf-nearest-point-on-line/) | `Polyline.closestCoordinate(to:)`
— | `CLLocationCoordinate2D.direction(to:)`<br>`RadianCoordinate2D.direction(to:)`
— | `CLLocationDirection.differenceBetween(_:)`
— | `CLLocationDirection.wrap(min:max:)`

0 comments on commit 6374e79

Please sign in to comment.