On Jun 8, 5:24 pm, roboto <[email protected]> wrote: > I have the following code and I am trying to zoom the map out one > level so the street names are visible. I am not sure what code I need > to add. >
Hard to tell whether the street names are visible or not from the code you posted... Recommended reading: http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical GDirections automatically sets the zoom for the map so the whole route shows. If you want to change that you at least have to wait for the "load" event to fire and possibly after that. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
