All Projects → kevinresol → Polyline

kevinresol / Polyline

Licence: mit
Haxe implementation of Google's polyline algorithm

Programming Languages

haxe
709 projects

polyline Build Status

Haxe implementation of Google's polyline algorithm

Ported from https://github.com/mapbox/polyline

Usage

var example = [
	new Coordinates(38.5, -120.2),
	new Coordinates(40.7, -120.95),
	new Coordinates(43.252, -126.453),
];

var encoded = Polyline.encode(example);
var decoded = Polyline.decode(encoded);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].