This repository contains implementations for polyline encoding and decoding algorithm (https://developers.google.com/maps/documentation/utilities/polylinealgorithm) in three different languages:
- Go: Makes use of the
googlemaps/mapspackage. - Node.js: Leverages the
@mapbox/polylinelibrary. - Python: Utilizes the
polylinelibrary.