- Do not require presence of Math.sign()
- Allow degree part of latitude/longitude to be zero
- Added coordinate Parser class
- Compatibility with numerous decimal, DMS, and exotic coordinate formats
- Pass single coordinate string to constructor
- Throw error if provided coordinate string is invalid
- Obtain decimal result through instance's getLatitude() and getLongitude()