Package | Description |
---|---|
com.google.gwt.maps.client.streetview | |
com.google.gwt.maps.testing.client.maps |
Modifier and Type | Method and Description |
---|---|
StreetViewPanoramaData |
StreetViewPanoramaProvider.getPanoData(String pano,
int zoom,
int tileX,
int tileY)
This is called when a pano's data is wanted
|
static StreetViewPanoramaData |
StreetViewPanoramaData.newInstance()
The representation of a panorama returned from the provider defined using registerPanoProvider.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StreetViewSideBySideMapWidget.moveStreetView(StreetViewPanoramaData data) |
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.