heremaps / flexible-polyline

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

Pure Swift version #18

Closed GerdC closed 5 months ago

GerdC commented 4 years ago

I translated the Java version into a pure Swift version and it works for me. I'd spend it for this library, but I'm not experienced in creating a pull request. Interested? How do you want it?

macoapps commented 3 years ago

Hi @GerdC , just starting with Here API in my Swift app. Is there any way to try your Swift implementation ?

GerdC commented 3 years ago

I posted the sourcecode of the poly line decoder here: https://stackoverflow.com/questions/61481727/decoding-here-rest-api-polyline-in-swift

As of last year, if you want to use public transport, DO NOT use the HERE sdk, use the REST API and write the code yourself. The polyline decoder is the hardest part, the rest is easy.

This is how my app looked over a year ago: https://attractions-map.com/en Ready to launch since then, but it does not make much sense to launch a tourist app during a pandemic

VeaaC commented 5 months ago

Closing this for now, as it's been qutie a while, and we are lacking dedicated Swift maintainers. Thanks for the offer, though, @GerdC (I hope your app did take off ;-) )