Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mapup/encode-decode-google-polyline
- Owner: mapup
- Created: 2023-08-02T14:23:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-09T18:14:13.000Z (about 1 year ago)
- Last Synced: 2024-06-19T16:42:09.730Z (6 months ago)
- Topics: google-polyline, toll-api, tollguru
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.