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

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

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

Methods in com.google.gwt.maps.client.services that return TravelMode
static TravelMode TravelMode.fromValue(String type)
           
 TravelMode DistanceMatrixRequest.getTravelMode()
          Type of routing requested.
 TravelMode DirectionsStep.getTravelMode()
          The mode of travel used in this step.
 TravelMode DirectionsRequest.getTravelMode()
          Type of routing requested.
static TravelMode TravelMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TravelMode[] TravelMode.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 TravelMode
 void DirectionsStep.setTravel_Mode(TravelMode travel_mode)
          The mode of travel used in this step.
 void DistanceMatrixRequest.setTravelMode(TravelMode travelMode)
          Region code used as a bias for geocoding requests.
 void DirectionsRequest.setTravelMode(TravelMode travelMode)
          Type of routing requested.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.