Follow us on GitHub

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

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

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

Methods in com.google.gwt.maps.client.streetview that return StreetViewStatus
static StreetViewStatus StreetViewStatus.fromValue(String type)
           
static StreetViewStatus StreetViewStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StreetViewStatus[] StreetViewStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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