The following algorithm is used with Google Maps: http://code.google.com/intl/ru-RU/apis/maps/documentation/utilities/polylinealgorithm.html

Are there any alternatives? The purpose is to encode geodetic polylines for transfer from server to a client.

In the case of Google's approach, what is the best implementation in java?

link|improve this question

33% accept rate
feedback

1 Answer

I found this site: Encoding polylines for Google Maps.

It implements Google Maps API polygon and polyline algorithm in Java and other languages.

Don't know if it could be useful to you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.