public class PanoramioLayer extends MVCObject<PanoramioLayer>
Modifier | Constructor and Description |
---|---|
protected |
PanoramioLayer()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addClickHandler(PanoramioMouseMapHandler handler)
This event is fired when a feature in the layer is clicked.
|
MapWidget |
getMap()
The map on which to display the layer.
|
String |
getTag()
A panoramio tag used to filter the photos which are displayed.
|
String |
getUserId()
A Panoramio user ID.
|
static PanoramioLayer |
newInstance(PanoramioLayerOptions options)
A PanoramioLayer displays photos from Panoramio as a rendered layer.
|
void |
setMap(MapWidget mapWidget)
The map on which to display the layer.
|
void |
setOption(PanoramioLayerOptions options)
This object defines the properties that can be set on a PanoramioLayer object.
|
void |
setTag(String tag)
A panoramio tag used to filter the photos which are displayed.
|
void |
setUserId(String userId)
A Panoramio user ID.
|
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAll
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final PanoramioLayer newInstance(PanoramioLayerOptions options)
options
- public final void setMap(MapWidget mapWidget)
mapWidget
- public final MapWidget getMap()
public final String getTag()
public final void setTag(String tag)
tag
- public final void setUserId(String userId)
userId
- public final String getUserId()
public final void setOption(PanoramioLayerOptions options)
options
- public final HandlerRegistration addClickHandler(PanoramioMouseMapHandler handler)
handler
- Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.