Thanks for your response.
I tried these:

sdir.load("from: <?php print($result['from_lat_lon']); ?> to: <?php
print($result['to_lat_lon']); ?> ", {'preserveViewpoint': 'true'});
sdir.load("from: <?php print($result['from_lat_lon']); ?> to: <?php
print($result['to_lat_lon']); ?> ", {'preserveViewpoint': true});
sdir.load("from: <?php print($result['from_lat_lon']); ?> to: <?php
print($result['to_lat_lon']); ?> ", {preserveViewpoint: true});

and it still fits the whole route..?


On 1 Sep., 17:39, Mike Williams <[EMAIL PROTECTED]> wrote:
> GDirections.load() is asynchronous, and, unless you specify
> {preserveViewpoint:true} it centres and zooms the map to fit the entire
> route when the reply comes back from the server.
>
> Your panTo occurs immediately after the GDirections request is sent, so
> it gets countermanded when the GDirections reply comes back.
>
> --http://econym.googlepages.com/index.htm
> The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to