Releases: vlumi/geo-coord
Releases · vlumi/geo-coord
v0.1.1
- Add rounding methods to
GeoCoord
: roundToSeconds()
, roundToMinutes()
, roundToDegrees()
- These return a new
GeoCoord
object with the coordinates rounded to the precision.
v0.1.0
- Implement a wrapper class
GeoCoord
for parsing and normalizing the input value, and producing transformed output values.
- Converter method updates
- New
latitudeToDMS
longitudeToDMS
- Renamed
latitudeToDecimal
-> latitudeToDD
longitudeToDecimal
-> longitudeToDD