All Versions
2
Latest Version
Avg Release Cycle
1 days
Latest Release
1705 days ago
Changelog History
Changelog History
-
v0.2.0 Changes
July 22, 2020Improve decoding by a x3 factor and encoding by a x5 factor ๐.
Switch from the
Location
structure toNamedTuple
. 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, 2020Already a working module with both
.encode
and.decode
available and working.