public class PanoramioLayerOptions extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
PanoramioLayerOptions()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
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.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
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
- Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.