Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 255 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 255 Bytes

Parse more forms of latitude, longitude, including the sexagesimal form.

coords.parse('66° 30′ 0″ N');
// 66.5

coords.parse('66° 30′ 0″ S');
// -66.5

coords.parse('66.5');
// 66.5