|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.mapitz.gwt.googleMaps.client.GInfoWindowOptions
public class GInfoWindowOptions
Options for the InfoWindow
| 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 |
|---|
public static GInfoWindowOptions create()
public int getSelectedTab()
public void setSelectedTab(int var)
public int getMaxWidth()
public void setMaxWidth(int var)
public int getZoomLevel()
public void setZoomLevel(int var)
public GMapType getMapType()
public void setMapType(GMapType var)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||