On Jun 20, 11:26 am, Mackenzie Kieran <remember.macken...@gmail.com>
wrote:
> I'm having trouble figuring out how to stop the directionsRenderer from
> zooming  my map in on  a rendered route if the distance is only one block
> (or less).
> I'd like to view these short trips from a higher zoom (18 or so).
> any help would be appreciated!

http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsRendererOptions

see "preserveViewport" (prevents it from changing the zoom/center),
then set it however you want.

  -- Larry

-- 
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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to