0.0.0 • Published 10 years ago

simple-latlong v0.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

latlong

Crazy simple module for adding distance to latlongs

API

new LatLong(latitude, longitude)

LatLong.move(north, east)

LatLong.moveNorth(meters)

LatLong.moveSouth(meters)

LatLong.moveEast(meters)

LatLong.moveWest(meters)

Example

var LatLong = require('simple-latlong');
var location = new LatLong(0, 0);
location.moveNorth(50);
location.move(50, 0);
console.log(location.lat); // 0.0008983152841195215