|
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.mvc.MVCObject<PanoramioLayer>
com.google.gwt.maps.client.panoramiolib.PanoramioLayer
public class PanoramioLayer
A PanoramioLayer displays photos from Panoramio as a rendered layer. This class extends MVCObject.
See PanoramioLayer API Doc
| Constructor Summary | |
|---|---|
protected |
PanoramioLayer()
use newInstance(); |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.google.gwt.maps.client.mvc.MVCObject |
|---|
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAll |
| 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 PanoramioLayer()
| Method Detail |
|---|
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 -
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||