|
Follow us on GitHub |
|||||||||
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.google.gwt.maps.client.panoramiolib.PanoramioLayerOptions
public class PanoramioLayerOptions
This object defines the properties that can be set on a PanoramioLayer object.
See PanoramioLayerOptions API Doc
Constructor Summary | |
---|---|
protected |
PanoramioLayerOptions()
use newInstance(); |
Method Summary | |
---|---|
boolean |
getClickable()
If true, the layer receives mouse events. |
MapWidget |
getMap()
The map on which to display the layer. |
boolean |
getSuppressInfoWindows()
Suppress the rendering of info windows when layer features are clicked. |
String |
getTag()
A panoramio tag used to filter the photos which are displayed. |
String |
getUserId()
A Panoramio user ID. |
static PanoramioLayerOptions |
newInstance()
This object defines the properties that can be set on a PanoramioLayer object. |
void |
setClickable(boolean clickable)
If true, the layer receives mouse events. |
void |
setMap(MapWidget mapWidget)
The map on which to display the layer. |
void |
setSuppressInfoWindows(boolean suppressInfoWindows)
Suppress the rendering of info windows when layer features are clicked. |
void |
setTag(String tag)
A panoramio tag used to filter the photos which are displayed. |
void |
setUserId(String userId)
A Panoramio user ID. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected PanoramioLayerOptions()
Method Detail |
---|
public static final PanoramioLayerOptions newInstance()
public final boolean getClickable()
public final MapWidget getMap()
public final boolean getSuppressInfoWindows()
public final String getTag()
public final String getUserId()
public final void setClickable(boolean clickable)
clickable
- public final void setMap(MapWidget mapWidget)
mapWidget
- public final void setSuppressInfoWindows(boolean suppressInfoWindows)
suppressInfoWindows
- public final void setTag(String tag)
tag
- public final void setUserId(String userId)
userId
-
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |