Skip to content

Commit bc4e75d

Browse files
committed
index
1 parent b9d43c8 commit bc4e75d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

api-reference/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
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

87
Lightweight .NET Standard 2.1 library implementing Google Encoded Polyline Algorithm.
9-
108
More info about the algorithm can be found at [Google Developers](https://developers.google.com/maps/documentation/utilities/polylinealgorithm).
119

1210
## Prerequisites
1311

1412
PolylineAlgorithm 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

0 commit comments

Comments
 (0)