On Nov 26, 5:09 am, "Jack T." <[EMAIL PROTECTED]> wrote: > How can I send a multi-destination route query to the API? > How can I get the distance between each stop?
http://code.google.com/apis/maps/documentation/reference.html#GDirections for multi-destination routes pay attention to this line in GDirections.load(): "The query parameter is a string containing any valid directions query, e.g. "from: Seattle to: San Francisco" or "from: Toronto to: Ottawa to: New York". http://code.google.com/apis/maps/documentation/reference.html#GRoute GRoute.getDistance() --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
