|
|||||||||
| 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.GOverlay
com.mapitz.gwt.googleMaps.client.GInfoWindow
public class GInfoWindow
An information panel which displays over the map. Only created by GMaps2.
| Method Summary | |
|---|---|
GSize |
getPixelOffset()
getPixelOffset() GSize Returns 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. |
GLatLng |
getPoint()
getPoint() GLatLng Returns the geographical point at which the info window is anchored. |
int |
getSelectedTab()
getSelectedTab() Number Returns the index, starting at 0, of the current selected tab. |
void |
hide()
hide() none Makes the info window invisible. |
boolean |
isHidden()
isHidden() Boolean Returns true iff the info window is hidden. |
void |
reset(GLatLng point,
GInfoWindowTab[] tabs,
GSize size)
reset(point, tabs, size, offset?, selectedTab?) none Resets the state of the info window. |
void |
reset(GLatLng point,
GInfoWindowTab[] tabs,
GSize size,
GSize offset)
reset(point, tabs, size, offset?, selectedTab?) none Resets the state of the info window. |
void |
reset(GLatLng point,
GInfoWindowTab[] tabs,
GSize size,
GSize offset,
int selectedTab)
reset(point, tabs, size, offset?, selectedTab?) none Resets the state of the info window. |
void |
selectTab(int index)
selectTab(index) none Selects the tab with the given index. |
void |
show()
show() none Makes the info window visible if its currently invisible. |
| Methods inherited from class com.mapitz.gwt.googleMaps.client.GOverlay |
|---|
Copy, GetZIndex, Initialize, Redraw, Remove |
| 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 void selectTab(int index)
public void hide()
public void show()
public boolean isHidden()
public void reset(GLatLng point,
GInfoWindowTab[] tabs,
GSize size,
GSize offset,
int selectedTab)
public void reset(GLatLng point,
GInfoWindowTab[] tabs,
GSize size,
GSize offset)
public void reset(GLatLng point,
GInfoWindowTab[] tabs,
GSize size)
public GLatLng getPoint()
public GSize getPixelOffset()
public int getSelectedTab()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||