|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.InfoWindowOptions
public class InfoWindowOptions
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
InfoWindowOptions()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static InfoWindowOptions |
create()
|
void |
setContent(Node content)
Content to display in the InfoWindow. |
void |
setContent(java.lang.String content)
Content to display in the InfoWindow. |
void |
setDisableAutoPan(boolean disableAutoPan)
Disable auto-pan on open. |
void |
setMaxWidth(double maxWidth)
Maximum width of the infowindow, regardless of content's width. |
void |
setPixelOffset(Size pixelOffset)
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. |
void |
setPosition(LatLng position)
The LatLng at which to display this InfoWindow. |
void |
setZindex(double zIndex)
All InfoWindows are displayed on the map in order of their zIndex, with higher values displaying in front of InfoWindows with lower values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected InfoWindowOptions()
Method Detail |
---|
public static final InfoWindowOptions create()
public final void setContent(java.lang.String content)
public final void setContent(Node content)
public final void setDisableAutoPan(boolean disableAutoPan)
public final void setMaxWidth(double maxWidth)
public final void setPixelOffset(Size pixelOffset)
public final void setPosition(LatLng position)
public final void setZindex(double zIndex)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |