From 6374e795fa285e317d0db0f72fc7a527af6e1851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Sat, 20 Jan 2018 00:46:51 -0800 Subject: [PATCH] turf-nearest-point-on-line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27ec6e3f..1c064f8a 100644 --- a/README.md +++ b/README.md @@ -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:)`
`RadianCoordinate2D.direction(to:)` — | `CLLocationDirection.differenceBetween(_:)` — | `CLLocationDirection.wrap(min:max:)`