Package | Description |
---|---|
com.google.gwt.maps.client.streetview |
Modifier and Type | Method and Description |
---|---|
static StreetViewStatus |
StreetViewStatus.fromValue(String type) |
static StreetViewStatus |
StreetViewStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreetViewStatus[] |
StreetViewStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PanoramaByLocationHandler.onCallback(StreetViewPanoramaData data,
StreetViewStatus status)
Retrieves the StreetViewPanoramaData for a panorama within a given radius of the given LatLng.
|
void |
PanoramaIdHandler.onCallback(StreetViewPanoramaData data,
StreetViewStatus status)
Retrieves the data for the given pano id and passes it to the provided callback as a StreetViewPanoramaData object.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.