heremaps / flexible-polyline

Flexible Polyline encoding: a lossy compressed representation of a list of coordinate pairs or triples
MIT License
89 stars 76 forks source link

.NET Standard 2.0 Implementation in C# #30

Closed tghamm closed 3 years ago

tghamm commented 3 years ago

This PR builds on another PR that implemented the flexible-polyline in C#/.NET Core 2.2 as a port of the Java implementation.

I made the following changes:

Please let me know if anything else would be required to merge this. Thanks!