7.2.0 • Published 6 months ago

@turf/distance v7.2.0

Weekly downloads
327,020
License
MIT
Repository
github
Last release
6 months ago

@turf/distance

distance

Calculates the distance between two points in degrees, radians, miles, or kilometers. This uses the Haversine formula to account for global curvature.

Parameters

  • from Coord origin point
  • to Coord destination point
  • options Object Optional parameters (optional, default {})
    • options.units string can be degrees, radians, miles, or kilometers (optional, default 'kilometers')

Examples

var from = turf.point([-75.343, 39.984]);
var to = turf.point([-75.534, 39.123]);
var options = {units: 'miles'};

var distance = turf.distance(from, to, options);

//addToMap
var addToMap = [from, to];
from.properties.distance = distance;
to.properties.distance = distance;

Returns number distance between the two points


This module is part of the Turfjs project, an open source module collection dedicated to geographic algorithms. It is maintained in the Turfjs/turf repository, where you can create PRs and issues.

Installation

Install this module individually:

$ npm install @turf/distance

Or install the Turf module that includes it as a function:

$ npm install @turf/turf
@bimenergy/be-format-utilsmmi-mapsmmimapsmmi-reactgeojson-path-finder-junctions@meat_packages/hb-map-display-componentgeospeed@towbe/expressionsmapbox-gl-draw-circle-updatedmapbox-gl-draw-circle-with-center-pointgisviewer-vue-ftest1zxmap-ui-supermap@infinitebrahmanuniverse/nolb-_turcitymap@everything-registry/sub-chunk-941mdh-web-maptallygo-jsxbsj-rendererxbsj-xe2temp-turf-rectangle-gridtext-to-mapvtxf-renderervtxf-xe2velo.glvibemap-constants@csnd/cs-graph@csnext/cs-graph@conveyal/analysis-ui@conveyal/commute@corpsmap/corpsmap@prashis/maplibre-gl-controls@primozs/igclog@react-native-flightmap-gl/android@react-native-flightmap-gl/flightmap@react-native-flightmap-gl/maps@rnmapbox/mapsjc-mapbox-gl-draw-circlejmapcloud-ng-terrain@hortau/mapsugis-coreturf-diameterturf-pointgriddensitytransportation@antv/l7-district@appearhere/hexgrid-heatmap@assetval/queues@assetval/services@allmaps/transform@awarns/geofencing@ban-team/adresses-util@big3dev/b3-gis@bmap-turf/turf@cirrusct/geo@cgcs2000/l7-district@cgcs2000/l7-draw@coganalytics/mapbox-gl-draw-geospatial-tools@deck.gl-community/editable-layers@derhuerst/stable-public-transport-ids@dfeidao/fd-am000044yymap-turfvue3-openlayer-slmapvin3boxts-geojson-path-finderzxmap-uizxmap-ui-v2@ragone/edit-modes@headstorm/hs-react-gis@flightmap-react-native-android/maps@iamgraeme/store-locator-react-native@hongtu-next/core@iep-kit/map@fruits-chain/dashu-geo@goongmaps/goong-map-react-native@etalab/adresses-util@geoql/maplibre-gl-draw-circle@globalfishingwatch/ocean-areas@kyfe/kyemap-js@larryamiel/peek-maps@loudsrl/concave@loudsrl/turf@meat_packages/lib-map-photo-trail@mybus/spatial@mpvite/maps@murrayw123/geojsonpathfinderamended@mapbox/carmen@mapbox/carmen-private@maptalks/analysis@mapbox/store-locator-react-native@mapbox/fid@mapbox/geojson-thumbnail@mapbox-controls/ruler@mapbox-web/draw@mapxus/react-native-mapxus-sdk@mapgis/mapbox-gl-draw-circle@maplibre/maplibre-react-native@ngageoint/geopackage@nebula.gl/edit-modes@nebula.gl/layers@nearest/nearest-duplicate-location@nbbj/stroll
7.2.0

6 months ago

7.1.0

10 months ago

7.1.0-alpha.70

10 months ago

7.0.0

1 year ago

7.1.0-alpha.7

12 months ago

7.0.0-alpha.116

1 year ago

7.0.0-alpha.115

1 year ago

7.0.0-alpha.114

1 year ago

7.0.0-alpha.113

1 year ago

7.0.0-alpha.111

1 year ago

7.0.0-alpha.110

1 year ago

7.0.0-alpha.1

2 years ago

7.0.0-alpha.2

2 years ago

7.0.0-alpha.0

3 years ago

6.5.0

4 years ago

6.4.0

4 years ago

6.3.0

4 years ago

6.2.0

4 years ago

6.2.0-alpha.3

5 years ago

6.2.0-alpha.2

5 years ago

6.2.0-alpha.0

5 years ago

6.2.0-alpha.1

5 years ago

6.0.1

7 years ago

6.0.0

7 years ago

5.1.5

8 years ago

5.1.0

8 years ago

5.0.4

8 years ago

5.0.0

8 years ago

4.7.3

8 years ago

4.7.1

8 years ago

4.7.0

8 years ago

4.6.0

8 years ago

4.5.2

8 years ago

4.5.1

8 years ago

4.4.0

8 years ago

4.3.0

8 years ago

4.2.0

8 years ago

4.1.0

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

3.14.0

8 years ago

3.13.0

8 years ago

3.10.5

8 years ago

3.10.3

8 years ago

3.10.0

8 years ago

3.7.5

8 years ago

3.7.3

8 years ago

3.7.2

8 years ago

3.7.0

9 years ago

3.6.3

9 years ago

3.6.1

9 years ago

3.5.3

9 years ago

3.5.2

9 years ago

3.3.3

9 years ago

3.1.1

9 years ago

3.0.16

9 years ago

3.0.15

9 years ago