|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.maps.client.InfoWindowContent
com.google.gwt.maps.client.InfoWindowContent.MapBlowupContent
public static final class InfoWindowContent.MapBlowupContent
Class that represents the content of a blowup map.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.maps.client.InfoWindowContent |
---|
InfoWindowContent.InfoWindowTab, InfoWindowContent.MapBlowupContent |
Field Summary |
---|
Fields inherited from class com.google.gwt.maps.client.InfoWindowContent |
---|
TYPE_ELEMENT, TYPE_MAP_BLOWUP, TYPE_TABBED |
Constructor Summary | |
---|---|
InfoWindowContent.MapBlowupContent()
Create a new blowup map with default parameters for map type and zoom level. |
|
InfoWindowContent.MapBlowupContent(MapType mapType,
int zoomLevel)
Create a new blowup map. |
Method Summary | |
---|---|
void |
setMapType(MapType mapType)
Type of blowup map to show in the info window. |
void |
setZoomLevel(int zoomLevel)
Zoom level of the blowup map in the info window. |
Methods inherited from class com.google.gwt.maps.client.InfoWindowContent |
---|
getContent, getOptions, getType, getWidgets, setMaxContent, setMaxContent, setMaxTitle, setMaxTitle, setMaxWidth, setNoCloseOnClick |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InfoWindowContent.MapBlowupContent()
public InfoWindowContent.MapBlowupContent(MapType mapType, int zoomLevel)
mapType
- The type of map to display in the blowup.zoomLevel
- The level of zoom to display in the blowup.Method Detail |
---|
public void setMapType(MapType mapType)
mapType
- A valid GMapType value.public void setZoomLevel(int zoomLevel)
zoomLevel
- Zoom level of the blowup map in the info window.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |