On Mar 25, 10:58 am, Jared Noelting <[email protected]> wrote: > For that matter, is it possible to override the zoom level of my city > boundary KML to be that of what is stated as part of the map options?
http://code.google.com/apis/maps/documentation/javascript/reference.html#KmlLayerOptions preserveViewport boolean By default, the input map is centered and zoomed to the bounding box of the contents of the layer. If this option is set to true, the viewport is left unchanged, unless the map's center and zoom were never set. -- 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.
