getmidpoint
v0.4.0
Published
this tool help you to get mid point between two markers or two coordinates on your maps
Downloads
2
Maintainers
Readme
Mid Point Calculator
this tool help you to get mid point between two markers or two coordinates on your maps
How to install
npm install --save getmidpoint
How to use
var getMidpoint = require("getmidpoint")
console.log(getMidpoint(106.785329, -6.259296, 106.783956, -6.259093, 'm'))
getMidpoint(lat1, lng1, lat2, lng2)