polyline-codec 0.1.0

Encode and decode polylines.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Rust port of Google Maps Polyline Encoding

## Description

Encode and decode polyines in Rust using this package.

Polyline encoding is a lossy compression algorithm that allows you to store a series of coordinates as a single string. Point coordinates are encoded using signed values.

Read more at https://developers.google.com/maps/documentation/utilities/polylinealgorithm.

## Note

I have no affiliation with Google or Google Maps. This package was ported from https://github.com/googlemaps/js-polyline-codec.

## License

MIT OR Apache v2.0