Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.streetview.StreetViewPanoramaData

Packages that use StreetViewPanoramaData
com.google.gwt.maps.client.streetview   
 

Uses of StreetViewPanoramaData in com.google.gwt.maps.client.streetview
 

Methods in com.google.gwt.maps.client.streetview that return StreetViewPanoramaData
 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.
 

Methods in com.google.gwt.maps.client.streetview with parameters of type StreetViewPanoramaData
 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.
 



Follow us on GitHub

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