Follow us on GitHub

com.google.gwt.maps.client.streetview
Interface PanoramaIdHandler


public interface PanoramaIdHandler

Handler for the getPanoramaById callback

See StreetViewService API Doc


Method Summary
 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.
 

Method Detail

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 -


Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.