com.google.gwt.maps.client.streetview
Interface PanoramaIdHandler
public interface PanoramaIdHandler
Handler for the getPanoramaById callback
See StreetViewService API
Doc
onCallback
void onCallback(StreetViewPanoramaData data,
StreetViewStatus status)
- Retrieves the data for the given pano id and passes it to the provided callback as a StreetViewPanoramaData object.
Pano ids are unique per panorama and stable for the lifetime of a session, but are liable to change between
sessions.
- Parameters:
data - status -
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.