Geographical point data structure extracted from LeafletJS
$ component install danzajdband/latlng
Create a new LatLng object given 2 (latitude and longitude) values
var LatLng = require('latlng');
var latlng = LatLng(3, 0.14);
Check for equality with other LatLng object
Create a String representation for the object
MIT