com.google.gwt.maps.client
Class InfoWindowContent.MapBlowupContent

java.lang.Object
  extended by com.google.gwt.maps.client.InfoWindowContent
      extended by com.google.gwt.maps.client.InfoWindowContent.MapBlowupContent
Enclosing class:
InfoWindowContent

public static final class InfoWindowContent.MapBlowupContent
extends InfoWindowContent

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

InfoWindowContent.MapBlowupContent

public InfoWindowContent.MapBlowupContent()
Create a new blowup map with default parameters for map type and zoom level.


InfoWindowContent.MapBlowupContent

public InfoWindowContent.MapBlowupContent(MapType mapType,
                                          int zoomLevel)
Create a new blowup map.

Parameters:
mapType - The type of map to display in the blowup.
zoomLevel - The level of zoom to display in the blowup.
Method Detail

setMapType

public void setMapType(MapType mapType)
Type of blowup map to show in the info window. Sets the mapType property in a GInfoWindowOptions object. See also the MapBlowupContent class constructor.

Parameters:
mapType - A valid GMapType value.

setZoomLevel

public void setZoomLevel(int zoomLevel)
Zoom level of the blowup map in the info window. See also the MapBlowupContent class constructor. Sets the zoomLevel property in a GInfoWindowOptions object.

Parameters:
zoomLevel - Zoom level of the blowup map in the info window.