We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b96654 commit d74704aCopy full SHA for d74704a
1 file changed
README.md
@@ -23,7 +23,7 @@ Lightweight .NET Standard 2.1 library implementing Google-compliant Encoded Poly
23
- Simple, extensible encoding and decoding APIs (`IPolylineEncoder<TCoordinate, TPolyline>`, `IPolylineDecoder<TPolyline, TCoordinate>`, `AbstractPolylineEncoder<TCoordinate, TPolyline>`, `AbstractPolylineDecoder<TPolyline, TCoordinate>`)
24
- Default encoding and decoding implementations (`PolylineEncoder`, `PolylineDecoder`)
25
- Advanced configuration via `PolylineEncodingOptions` (buffer size, logging, etc.)
26
-- Internal logging and diagnostic support for agents and maintainers
+- Internal logging and diagnostic supports logging for CI/CD and developer diagnostics
27
- Thorough unit tests and benchmarks for correctness and performance
28
- Auto-generated API documentation ([API Reference](https://petesramek.github.io/polyline-algorithm-csharp/))
29
- Support for .NET Core, .NET 5+, Xamarin, Unity, Blazor, and other platforms supporting `netstandard2.1`
0 commit comments