Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mechoga

This tool is used to calculate distance between points on Earth, known as great circle distance.

Usage:

const { greatCircleDistance } = require('mechoga');

const point1 = { latitude: 51.5, longitude: -0.1 };
const point2 = { latitude: 51.5, longitude: -0.2 };

console.log(greatCircleDistance(lat, lng));

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages