The Directions service can do that but NOT all 25 routes in one batch.
http://code.google.com/apis/maps/documentation/javascript/services.html#Directions

You'd have to request one route after another and watch you don't fall
foul of the Directions services' limits.
(Don't request too many routes in too short a space of time).

Can't you look at the source code of the site where you've seen 25
routes calculated at once to see how that site did it?

Martin.


On Feb 16, 11:28 am, mhh <[email protected]> wrote:
> Hello group,
>
> I am looking for a script using the google API that can calculate
> several driving distances at once.
>
> I have 25 different coordinates as starting points and 1 single
> coordinate as the ending point. The script should calculate all 25
> distances at once.
>
> Could anybody help me if there is no script available ? I know it's
> possible since I saw it on a website.
>
> Thanks a lot !

-- 
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.

Reply via email to