On Dec 9, 1:40 pm, Mircea <[email protected]> wrote: > I used preserveViewport: true but it does nothing.
preserveViewport:true *should* cause the map to do nothing. Look at the error console in Firefox (or use Firebug). I get a number of errors on your page when it opens because the YUI elements aren't behaving as expected; and when the function pre() gets the directions results, the variable "bounds" isn't initialised. That causes your map centring to fail. Andrew -- 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.
