File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# PolylineAlgorithm for .NET
22
3-
43[ ![ Build] ( https://github.com/sramekpete/polyline-algorithm-csharp/actions/workflows/build.yml/badge.svg )] ( https://github.com/sramekpete/polyline-algorithm-csharp/actions/workflows/build.yml )
54[ ![ NuGet] ( https://img.shields.io/nuget/v/PolylineAlgorithm.svg )] ( https://www.nuget.org/packages/PolylineAlgorithm/ )
65[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
76
87Lightweight .NET Standard 2.1 library implementing Google Encoded Polyline Algorithm.
9-
108More info about the algorithm can be found at [ Google Developers] ( https://developers.google.com/maps/documentation/utilities/polylinealgorithm ) .
119
1210## Prerequisites
1311
1412PolylineAlgorithm for .NET is available as a NuGet package targeting .NET Standard 2.1.
1513
16- ** .NET CLI: **
14+ ** .NET CLI**
1715
1816` dotnet add package PolylineAlgorithm `
1917
20- ** Package Manager Console: **
18+ ** Package Manager Console**
2119
2220` Install-Package PolylineAlgorithm `
2321
You can’t perform that action at this time.
0 commit comments