JustinCanton / Geo.NET

A lightweight method for communicating with the multiple online geocoding APIs.
MIT License
13 stars 8 forks source link

Support flexible polyline encoding for the HERE API endpoints #36

Closed JustinCanton closed 1 year ago

JustinCanton commented 2 years ago

Is your feature request related to a problem? Please describe. The HERE endpoints take in a flexible polyline which specify the area to search within. It would be nice to have the ability to take in a coordinate, and convert it to a polyline within the this nuget, instead of requiring a polyline be passed in.

Describe the solution you'd like Reference the nuget from the https://github.com/heremaps/flexible-polyline for generating the polyline information.

Describe alternatives you've considered Implement polyline support ourselves to avoid external nuget dependencies.

Additional context See https://github.com/heremaps/flexible-polyline for more information about how it works.