Encoding and decoding of Google's polyline encoding format
Polyline encoding and decoding
Encode and decode polyines in Nodejs or the browser using this package.
Create a polyline encoded circle
TypeScript definitions for google-polyline
A minimal base64 implementation for number arrays.
low level utils for polyline miter joins
Encode a URL to a percent-encoded form, excluding already-encoded sequences
Triangulates a complex polygon
URL utilities for markdown-it
Encode / decode Google's polyline format
Encode and decode quoted printable and base64 strings
Flexible Polyline encoding: a lossy compressed representation of a list of coordinate pairs or triples
Draw polyline with regl
TypeScript definitions for @mapbox/polyline
triangulates a 2D polyline into a stroke
gets miter normals for a 2D polyline
Convert GeoJSON coordinates to and from encoded polylines. Supports all major GeoJSON types.
Encode and decode quoted-printable strings according to rfc2045
Compress JSON in URL friendly strings
Utilities for steganography
Encode and decode base64 encoded strings
Smallest/simplest possible means of using btoa with both Node and browserify
LEB128 utilities for Node
Encode an array of coordinates for the Google Static Maps and MapQuest APIs.
Polyline Encoder/Decoder for Google Maps API
Sort and scale the points of a path encoded with the Google Polyline Algorithm by distance to one another.
The flexible polyline encoding from heremaps is a lossy compressed representation of a list of coordinate pairs or coordinate triples. It achieves that 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. 4. Using 64 URL-safe characters to display the result. For more information, visit: https://github.com/heremaps/flexible-polyline