On Jun 16, 3:20 am, Panos <[email protected]> wrote: > The point is that in google maps api you could > use the getPolyline method but there is no more in v3.
v3 has a useful property called overview_path on the DirectionsRoute which has a simplified version of the entire route (LatLng array) http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsRoute ... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
