Follow us on GitHub

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

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

public class PanoramioFeature
extends JavaScriptObject

Describes a single Panoramio feature.

See PanoramioFeature API Doc


Constructor Summary
protected PanoramioFeature()
          generated from event use newInstance();
 
Method Summary
 String getAuthor()
          The username of the user who uploaded this photo.
 String getPhotoId()
          The unique identifier for this photo, as used in the Panoramio API.
 String getTitle()
          The title of the photo.
 String getUrl()
          The URL of the photo.
 String getUserId()
          The unique identifier for the user who uploaded this photo, as used in the Panoramio API.
static PanoramioFeature newInstance()
          generated from event Describes a single Panoramio feature.
 void setAuthor(String author)
          The username of the user who uploaded this photo.
 void setPhotoId(String photoId)
          The unique identifier for this photo, as used in the Panoramio API.
 void setTitle(String title)
          The title of the photo.
 void setUrl(String url)
          The URL of the photo.
 void setUserId(String userId)
          The unique identifier for the user who uploaded this photo, as used in the Panoramio API.
 
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

PanoramioFeature

protected PanoramioFeature()
generated from event use newInstance();

Method Detail

newInstance

public static final PanoramioFeature newInstance()
generated from event Describes a single Panoramio feature.


setAuthor

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

Parameters:
author -

getAuthor

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


setPhotoId

public final void setPhotoId(String photoId)
The unique identifier for this photo, as used in the Panoramio API.

See Panoramio API.

Parameters:
photoId -

getPhotoId

public final String getPhotoId()
The unique identifier for this photo, as used in the Panoramio API.

See Panoramio API.


setTitle

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

Parameters:
title -

getTitle

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


setUrl

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

Parameters:
url -

getUrl

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


setUserId

public final void setUserId(String userId)
The unique identifier for the user who uploaded this photo, as used in the Panoramio API.

See Panoramio API.

Parameters:
userId -

getUserId

public final String getUserId()
The unique identifier for the user who uploaded this photo, as used in the Panoramio API.

See Panoramio API.



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.