Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mapup/encode-decode-google-polyline

This repo provides encode code for Google Polyline encoding algorithm - a lossy compression algorithm to store a series of coordinates as a single string - and decode code for the algorithm - converting Polyline back into a series of coordinates.
https://github.com/mapup/encode-decode-google-polyline

google-polyline toll-api tollguru

Last synced: 16 days ago
JSON representation

This repo provides encode code for Google Polyline encoding algorithm - a lossy compression algorithm to store a series of coordinates as a single string - and decode code for the algorithm - converting Polyline back into a series of coordinates.

Awesome Lists containing this project

README

        

# Polyline Encoder/Decoder

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/maps` package.
- **Node.js**: Leverages the `@mapbox/polyline` library.
- **Python**: Utilizes the `polyline` library.