Skip to content

sramekpete/polyline-algorithm-csharp

Repository files navigation

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/.

Releases

No releases published

Languages