|
|||||||||
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.streetview.PhotoSpec
public class PhotoSpec
A class uniquely identifying a user contributed photo in Street View.
Constructor Summary | |
---|---|
protected |
PhotoSpec()
Protected constructor required for JS overlay. |
Method Summary | |
---|---|
static PhotoSpec |
newInstance()
Returns a new instance of PhotoSpec class. |
PhotoSpec |
setId(java.lang.String id)
Sets a string that uniquely identifies the photo given its repository. |
PhotoSpec |
setRepository(java.lang.String repository)
Sets the repository storing the photo. |
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 PhotoSpec()
Method Detail |
---|
public static PhotoSpec newInstance()
PhotoSpec
class.
public final PhotoSpec setId(java.lang.String id)
id
- a string that uniquely identifies the photo given its repository.
PhotoSpec
object, for convenience when using the
Builder pattern.public final PhotoSpec setRepository(java.lang.String repository)
repository
- string identifying the repository storing the photo.
PhotoSpec
object, for convenience when using the
Builder pattern.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |