latlon-distance

1.0.0 • Public • Published

latlon-distance

A Node.js package that calculate distance between two lat long.

Usage

First, install the package using npm:

npm install latlon-distance --save

Then, require the package and use it like so:

var latLonDistance = require('latlon-distance');

console.log(latLonDistance(26.9124, 75.7873, 26.2389, 73.0243, "N")); 

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i latlon-distance

Weekly Downloads

5

Version

1.0.0

License

MIT

Unpacked Size

2.08 kB

Total Files

4

Last publish

Collaborators

  • manprajapat