@yashwanth1796/geodistance

1.0.0 • Public • Published

What is this?

To calculate distance between two latitudes and longitudes

Installing

$ npm install geodistance

Building bundled/minified version (for AMD, etc)

First run npm install to get all of the dependencies, and then run make:

$ npm install
$ make

The bundled and minified files will be in the generated build directory.

Getting Started

var distance = require('geodistance');

var latLong1 = {
lat: '',
lng: ''
}
var latLong2 = {
lat: '',
lng: ''
}
var calDistance = distance.calculateDistance(latLong1, latLong2)

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @yashwanth1796/geodistance

      Weekly Downloads

      2

      Version

      1.0.0

      License

      ISC

      Unpacked Size

      3.39 kB

      Total Files

      4

      Last publish

      Collaborators

      • yashwanth1796