heremaps / flexible-polyline

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

PHP implementation #28

Closed roberto-butti closed 3 years ago

roberto-butti commented 4 years ago

Anyone is interested in PHP implementation?

I need to encode polyline from Isoline API in PHP language. I was thinking to plan and start to implement a encoder, but I found this repository. My question is : is there something official for PHP ? Is there something reliable from community ? If all answer are "no", I could plan to implement this.

Roberto

VeaaC commented 4 years ago

I am not aware of any PHP implementation yet

roberto-butti commented 4 years ago

I see now that there is a implementation via Pull request: https://github.com/heremaps/flexible-polyline/pull/21 I will take a look. Roberto

lene commented 3 years ago

Closed by PR #21