|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreetViewStatus | |
---|---|
com.google.gwt.maps.client.streetview |
Uses of StreetViewStatus in com.google.gwt.maps.client.streetview |
---|
Methods in com.google.gwt.maps.client.streetview that return StreetViewStatus | |
---|---|
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. |
Methods in com.google.gwt.maps.client.streetview with parameters of type StreetViewStatus | |
---|---|
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. |
void |
PanoramaByLocationHandler.onCallback(StreetViewPanoramaData data,
StreetViewStatus status)
Retrieves the StreetViewPanoramaData for a panorama within a given radius of the given LatLng. |
|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |