com.mapitz.gwt.googleMaps.client
Class GInfoWindowOptions

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.mapitz.gwt.googleMaps.client.GInfoWindowOptions

public class GInfoWindowOptions
extends com.google.gwt.core.client.JavaScriptObject

Options for the InfoWindow

Author:
aglaforge

Method Summary
static GInfoWindowOptions create()
           
 GMapType getMapType()
          mapType GMapType Pertinent for showMapBlowup() only.
 int getMaxWidth()
          maxWidth Number Maximum width of the info window content, in pixels.
 int getSelectedTab()
          selectedTab Number Selects the tab with the given index, starting at 0, instead of the first tab (with index 0).
 int getZoomLevel()
          zoomLevel Number Pertinent for showMapBlowup() only.
 void setMapType(GMapType var)
          mapType GMapType Pertinent for showMapBlowup() only.
 void setMaxWidth(int var)
          maxWidth Number Maximum width of the info window content, in pixels.
 void setSelectedTab(int var)
          selectedTab Number Selects the tab with the given index, starting at 0, instead of the first tab (with index 0).
 void setZoomLevel(int var)
          zoomLevel Number Pertinent for showMapBlowup() only.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static GInfoWindowOptions create()

getSelectedTab

public int getSelectedTab()
selectedTab Number Selects the tab with the given index, starting at 0, instead of the first tab (with index 0).


setSelectedTab

public void setSelectedTab(int var)
selectedTab Number Selects the tab with the given index, starting at 0, instead of the first tab (with index 0).


getMaxWidth

public int getMaxWidth()
maxWidth Number Maximum width of the info window content, in pixels.


setMaxWidth

public void setMaxWidth(int var)
maxWidth Number Maximum width of the info window content, in pixels.


getZoomLevel

public int getZoomLevel()
zoomLevel Number Pertinent for showMapBlowup() only. The zoom level of the blowup map in the info window.


setZoomLevel

public void setZoomLevel(int var)
zoomLevel Number Pertinent for showMapBlowup() only. The zoom level of the blowup map in the info window.


getMapType

public GMapType getMapType()
mapType GMapType Pertinent for showMapBlowup() only. The map type of the blowup map in the info window.


setMapType

public void setMapType(GMapType var)
mapType GMapType Pertinent for showMapBlowup() only. The map type of the blowup map in the info window.