Avoiding accumulated error while using GPolyLine (Google Maps API)
If you’re using the GPolyLine() API to Google Maps, and you’re using the string encoding to store a large number of points, you have to be very careful not to incur accumulated error as you encode the points. The problem comes from the fact that the GPolyLine function fromEncoded uses a special encoding that only [...]
Continue Reading →