Follow us on GitHub

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


public interface PanoramaByLocationHandler

Retrieves StreetViewPanoramaData


Method Summary
 void onCallback(StreetViewPanoramaData data, StreetViewStatus status)
          Retrieves the StreetViewPanoramaData for a panorama within a given radius of the given LatLng.
 

Method Detail

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 -


Follow us on GitHub

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