Skip to content

Releases: vlumi/geo-coord

v0.1.1

04 Aug 01:11
Compare
Choose a tag to compare
  • Add rounding methods to GeoCoord: roundToSeconds(), roundToMinutes(), roundToDegrees()
    • These return a new GeoCoord object with the coordinates rounded to the precision.

v0.1.0

12 Jul 08:06
Compare
Choose a tag to compare
  • 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