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?