Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 752 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 752 Bytes

Polyline Algorithm for .NET (.NET Standard 2.1)

Lightweight .NET Standard 2.1 library implementing Google Encoded Polyline Algorithm. It provides types and methods for encoding and decoding polylines.

More info about the algorithm can be found at Google Developers.

Prerequisites

.NET Polyline Algorithm is avalable as a NuGet package targeting .NET Standard 2.1.

.NET CLI: dotnet add package PolylineAlgorithm

Package Manager Console: Install-Package PolylineAlgorithm

Hot to use it

Documentation

Documentation is can be found at https://sramekpete.github.io/polyline-algorithm-csharp/.