|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.MVCObject
com.google.maps.gwt.client.panoramio.PanoramioLayer
public class PanoramioLayer
A
PanoramioLayer
displays photos from Panoramio as a rendered layer.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Nested Class Summary | |
---|---|
static interface |
PanoramioLayer.ClickHandler
This event is fired when a feature in the layer is clicked. |
Constructor Summary | |
---|---|
protected |
PanoramioLayer()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
void |
addClickListener(PanoramioLayer.ClickHandler handler)
Adds the given listener function to the given event name for the given object instance. |
void |
addClickListenerOnce(PanoramioLayer.ClickHandler handler)
Like addListener, but the handler removes itself after handling the first event. |
void |
clearClickListeners()
Removes all listeners for the given event for the given instance. |
void |
clearInstanceListeners()
Removes all listeners for all events for the given instance. |
static PanoramioLayer |
create()
A layer that displays data from Panoramio. |
static PanoramioLayer |
create(PanoramioLayerOptions opts)
A layer that displays data from Panoramio. |
GoogleMap |
getMap()
Returns the map on which this layer is displayed. |
java.lang.String |
getTag()
|
java.lang.String |
getUserId()
|
void |
setMap(GoogleMap map)
Renders the layer on the specified map. |
void |
setOptions(PanoramioLayerOptions options)
|
void |
setTag(java.lang.String tag)
|
void |
setUserId(java.lang.String userId)
|
void |
triggerClick(JavaScriptObject... varargs)
Triggers the given event. |
Methods inherited from class com.google.maps.gwt.client.MVCObject |
---|
bindTo, bindTo, bindTo, bindTo, changed, get, notify, set, setValues, setValues, unbind, unbindAll |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PanoramioLayer()
Method Detail |
---|
public static PanoramioLayer create(PanoramioLayerOptions opts)
public static PanoramioLayer create()
public final void addClickListener(PanoramioLayer.ClickHandler handler)
public final void addClickListenerOnce(PanoramioLayer.ClickHandler handler)
public final void clearClickListeners()
public final void clearInstanceListeners()
public final GoogleMap getMap()
public final java.lang.String getTag()
public final java.lang.String getUserId()
public final void setMap(GoogleMap map)
public final void setOptions(PanoramioLayerOptions options)
public final void setTag(java.lang.String tag)
public final void setUserId(java.lang.String userId)
public final void triggerClick(JavaScriptObject... varargs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |