com.google.maps.gwt.client.panoramio
Class PanoramioLayerOptions

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.LayerOptions
          extended by com.google.maps.gwt.client.panoramio.PanoramioLayerOptions

public class PanoramioLayerOptions
extends LayerOptions

This object defines the properties that can be set on a PanoramioLayer object. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected PanoramioLayerOptions()
          Protected constructor avoids default public constructor.
 
Method Summary
static PanoramioLayerOptions create()
           
 void setClickable(boolean clickable)
          If true, the layer receives mouse events.
 void setMap(GoogleMap map)
          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(java.lang.String tag)
          A panoramio tag used to filter the photos which are displayed.
 void setUserId(java.lang.String userId)
          A Panoramio user ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanoramioLayerOptions

protected PanoramioLayerOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final PanoramioLayerOptions create()

setClickable

public final void setClickable(boolean clickable)
If true, the layer receives mouse events. Default value is true .


setMap

public final void setMap(GoogleMap map)
The map on which to display the layer.


setSuppressInfoWindows

public final void setSuppressInfoWindows(boolean suppressInfoWindows)
Suppress the rendering of info windows when layer features are clicked.


setTag

public final void setTag(java.lang.String tag)
A panoramio tag used to filter the photos which are displayed. Only photos which have been tagged with the supplied string will be shown.


setUserId

public final void setUserId(java.lang.String userId)
A Panoramio user ID. If provided, only photos by this user will be displayed on the map. If both a tag and user ID are provided, the tag will take precedence.