Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.services.DistanceMatrixStatus

Packages that use DistanceMatrixStatus
com.google.gwt.maps.client.services   
 

Uses of DistanceMatrixStatus in com.google.gwt.maps.client.services
 

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

Methods in com.google.gwt.maps.client.services with parameters of type DistanceMatrixStatus
 void DistanceMatrixRequestHandler.onCallback(DistanceMatrixResponse response, DistanceMatrixStatus status)
          response from callback for Distance Matrix Request
 



Follow us on GitHub

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