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

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

public class PanoramioFeature
extends JavaScriptObject

Describes a single Panoramio feature. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected PanoramioFeature()
          Protected constructor avoids default public constructor.
 
Method Summary
 java.lang.String getAuthor()
          The username of the user who uploaded this photo.
 java.lang.String getPhotoId()
          The unique identifier for this photo, as used in the Panoramio API (see http://www.panoramio.com/api/widget/api.
 java.lang.String getTitle()
          The title of the photo.
 java.lang.String getUrl()
          The URL of the photo.
 java.lang.String getUserId()
          The unique identifier for the user who uploaded this photo, as used in the Panoramio API (see http://www.panorami o.com/api/widget/api.html).
 void setAuthor(java.lang.String author)
          The username of the user who uploaded this photo.
 void setPhotoId(java.lang.String photoId)
          The unique identifier for this photo, as used in the Panoramio API (see http://www.panoramio.com/api/widget/api.
 void setTitle(java.lang.String title)
          The title of the photo.
 void setUrl(java.lang.String url)
          The URL of the photo.
 void setUserId(java.lang.String userId)
          The unique identifier for the user who uploaded this photo, as used in the Panoramio API (see http://www.panorami o.com/api/widget/api.html).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanoramioFeature

protected PanoramioFeature()
Protected constructor avoids default public constructor.

Method Detail

getAuthor

public final java.lang.String getAuthor()
The username of the user who uploaded this photo.


getPhotoId

public final java.lang.String getPhotoId()
The unique identifier for this photo, as used in the Panoramio API (see http://www.panoramio.com/api/widget/api. html).


getTitle

public final java.lang.String getTitle()
The title of the photo.


getUrl

public final java.lang.String getUrl()
The URL of the photo.


getUserId

public final java.lang.String getUserId()
The unique identifier for the user who uploaded this photo, as used in the Panoramio API (see http://www.panorami o.com/api/widget/api.html).


setAuthor

public final void setAuthor(java.lang.String author)
The username of the user who uploaded this photo.


setPhotoId

public final void setPhotoId(java.lang.String photoId)
The unique identifier for this photo, as used in the Panoramio API (see http://www.panoramio.com/api/widget/api. html).


setTitle

public final void setTitle(java.lang.String title)
The title of the photo.


setUrl

public final void setUrl(java.lang.String url)
The URL of the photo.


setUserId

public final void setUserId(java.lang.String userId)
The unique identifier for the user who uploaded this photo, as used in the Panoramio API (see http://www.panorami o.com/api/widget/api.html).