|
|||||||||
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.StreetviewFeatures
public class StreetviewFeatures
A class specifying which major viewing modes are enabled. By default all major viewing modes are enabled.
Constructor Summary | |
---|---|
protected |
StreetviewFeatures()
Protected constructor required for JS overlay. |
Method Summary | |
---|---|
static StreetviewFeatures |
newInstance()
Returns a new instance of StreetviewFeatures class. |
StreetviewFeatures |
setStreetView(boolean streetView)
The streetView viewing mode shows panoramic images taken from street level. |
StreetviewFeatures |
setUserPhotos(boolean userPhotos)
The userPhotos viewing mode allows viewing of user generated photos. |
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 StreetviewFeatures()
Method Detail |
---|
public static StreetviewFeatures newInstance()
StreetviewFeatures
class.
public final StreetviewFeatures setStreetView(boolean streetView)
StreetviewPanoramaWidget
streetView
- set to false
to disable streetView viewing
mode.
StreetviewFeatures
object, for convenience when using
the Builder pattern.public final StreetviewFeatures setUserPhotos(boolean userPhotos)
StreetviewPanoramaWidget.setUserPhoto(PhotoSpec)
function.
userPhotos
- set to false
to disable userPhoto viewing
mode.
StreetviewFeatures
object, for convenience when using
the Builder pattern.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |