|
|||||||||
| 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.StreetviewUserPhotosOptions
public class StreetviewUserPhotosOptions
This class represents the options available in the userPhotos viewing mode.
| Constructor Summary | |
|---|---|
protected |
StreetviewUserPhotosOptions()
Protected constructor required for JS overlay. |
| Method Summary | |
|---|---|
static StreetviewUserPhotosOptions |
newInstance()
Returns a new instance of StreetviewUserPhotosOptions class. |
StreetviewUserPhotosOptions |
setPhotoRepositories(com.google.gwt.core.client.JsArrayString photoRepositories)
Sets an array of strings specifying photo repositories to enable. |
StreetviewUserPhotosOptions |
setPhotoRepositories(java.lang.String... photoRepositories)
Specifies photo repositories to enable. |
| 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 StreetviewUserPhotosOptions()
| Method Detail |
|---|
public static StreetviewUserPhotosOptions newInstance()
public final StreetviewUserPhotosOptions setPhotoRepositories(java.lang.String... photoRepositories)
photoRepositories - strings specifying photo repositories to enable.
StreetviewUserPhotosOptions object, for convenience
when using the Builder pattern.public final StreetviewUserPhotosOptions setPhotoRepositories(com.google.gwt.core.client.JsArrayString photoRepositories)
photoRepositories - an array of strings specifying photo repositories
to enable.
StreetviewUserPhotosOptions object, for convenience
when using the Builder pattern.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||