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

Clean-up Java Polyline decoder #60

Closed cio closed 1 year ago

cio commented 1 year ago

Gets rid of AtomicDouble and AtomicInteger which were used as output parameters and replaces them with plain return values.

Signed-off-by: Christian Cikryt christian.cikryt@here.com