com.google.gwt.maps.client.streetview
Interface PanoramaByLocationHandler
public interface PanoramaByLocationHandler
Retrieves StreetViewPanoramaData
onCallback
void onCallback(StreetViewPanoramaData data,
StreetViewStatus status)
- Retrieves the StreetViewPanoramaData for a panorama within a given radius of the given LatLng. The
StreetViewPanoramaData is passed to the provided callback. If the radius is less than 50 meters, the nearest
panorama will be returned.
- Parameters:
data - status -
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.