flexpolyline 0.3.0

flexpolyline 0.2.7

flexpolyline 0.2.6

flexpolyline 0.2.5

flexpolyline 0.2.4

flexpolyline 0.2.3

flexpolyline 0.2.2

flexpolyline 0.2.1

flexpolyline 0.2.0

flexpolyline 0.1.1

flexpolyline 0.1.0

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: