> The problem is that I need to store the data on a database, and I'm having > troubles to *convert a GPolyline into a compact encoded format*. In this > example (http://code.google.com/apis/maps/documentation/polylineutility.html) > it's possible to do that, but the difference is that I can only create a > encoded polyline from latlng points, not the opposite (export a polyline to > latlng points).
So get the lat/lng points of your polyline See the documentation http://code.google.com/apis/maps/documentation/reference.html#GPolyline.getVertex -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
