geo-coords-distance

2.0.10 • Public • Published

Module for counting distances on the Earth between two points.

Install:

npm install geo-coords-distance

Exsample:

import distance from 'geo-coords-distance';
 
var firstPoint = {lat: 53.6847, lng: 23.8402}, secondPoint = {lat: 53.9271, lng: 27.5252};
 
var result = distance(firstPoint, secondPoint);

Readme

Keywords

Package Sidebar

Install

npm i geo-coords-distance

Weekly Downloads

1

Version

2.0.10

License

MIT

Unpacked Size

15.4 kB

Total Files

8

Last publish

Collaborators

  • pasvistelik