All Versions
2
Latest Version
Avg Release Cycle
1 days
Latest Release
1705 days ago

Changelog History

  • v0.2.0 Changes

    July 22, 2020

    Improve decoding by a x3 factor and encoding by a x5 factor ๐Ÿš€.

    Switch from the Location structure to NamedTuple. It is enough, and now the API can accept way more than just tuples:

    Polylines.encode([{lat: 38.5, lng: -120.2}, {lat: 40.7, lng: -120.95}])Polylines.encode([[38.5, -120.2], [40.7, -120.95]])Polylines.encode([{38.5, -120.2}, {40.7, -120.95}])
    
  • v0.1.0 Changes

    July 21, 2020

    Already a working module with both .encode and .decode available and working.