0.0.1 • Published 10 years ago

to-coordinates v0.0.1

Weekly downloads
9
License
-
Repository
-
Last release
10 years ago

#to-coordinates Parse coordinate strings.

##Example

var latLng = require('to-coordinates');

var coords = latLng('-100.21, 21.32');
// => [-100.21, 21.32]

var box = latLng.box('(-100.21, 21.32), (88.31, -32.11)');
// => [[-100.21, 21.32], [88.31, -32.11]]

##Licence MIT

0.0.1

10 years ago