Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.placeslib.PlacesServiceStatus

Packages that use PlacesServiceStatus
com.google.gwt.maps.client.placeslib   
 

Uses of PlacesServiceStatus in com.google.gwt.maps.client.placeslib
 

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

Methods in com.google.gwt.maps.client.placeslib with parameters of type PlacesServiceStatus
 void PlaceSearchHandler.onCallback(JsArray<PlaceResult> results, PlacesServiceStatus status)
           
 void PlaceDetailsHandler.onCallback(PlaceResult result, PlacesServiceStatus status)
           
 



Follow us on GitHub

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