getBoundsZoomLevel(bounds, viewSize) none Returns to the map the zoom level at which the map section defined by bounds fits into the map view of the given size in pixels.
getCopyrightNotice(bounds, zoom) String Returns the prefix and all relevant copyright strings that are pertinent for the given map region at the given zoom level.
getCopyrights(bounds, zoom) Array of String Returns to the map the copyright messages appropriate for the region described by bounds at the given zoom level.
An array of integers representing the x/y coordinates of the image map we should use to specify the clickable part of the icon image in browsers other than Internet Explorer.
getPixelOffset() GSize Returns the offset, in pixels, of the tip of the info window from the point on the map at whose geographical coordinates the info window is anchored.
getSpanZoomLevel(center, span, viewSize) Number Returns to the map the zoom level at which the map section defined by center and span fits into the map view of the given size in pixels.
An array of instances of this class can be passed as the tabs argument to the methods GMap2.openInfoWindowTabs(), GMap2.openInfoWindowTabsHtml(), GMarker.openInfoWindowTabs(), and GMarker.openInfoWindowTabsHtml().
This is a map overlay that draws a polyline on the map, using the vector drawing facilities of the browser if they are available, or an image overlay from Google servers otherwise.