NEWS


flexpolyline 1.0.0

flexpolyline 0.3.0 (2023-02-12)

flexpolyline 0.2.7 (2023-01-08)

flexpolyline 0.2.6 (2022-08-23)

flexpolyline 0.2.5 (2021-11-19)

flexpolyline 0.2.4 (2021-10-02)

flexpolyline 0.2.3 (2021-04-30)

flexpolyline 0.2.2 (2021-04-20)

flexpolyline 0.2.1 (2021-01-04)

flexpolyline 0.2.0 (2020-12-17)

flexpolyline 0.1.1 (2020-08-07)

flexpolyline 0.1.0 (2020-06-25)

First release of the flexpolyline package, which provides a binding to the C++ implementation of the flexible polyline encoding by HERE. The flexible polyline encoding is a lossy compressed representation of a list of coordinate pairs or coordinate triples. The encoding is achieved by:

(1) Reducing the decimal digits of each value; (2) encoding only the offset from the previous point; (3) using variable length for each coordinate delta; and (4) using 64 URL-safe characters to display the result.

The felxible polyline encoding is a variant of the Encoded Polyline Algorithm Format by Google.

License: