Specifies the type of transportation used to tailor the directions. The default is DRIVING
.
See Also
Constant Summary
int | CYCLING | Provides directions based on travel for a bicycle. |
int | DRIVING | Provides directions based on travel for a 4-wheeled, motorized vehicle. |
int | TAXI | Provides directions on routes for a vehicle authorized to use taxi lanes. |
int | TWO_WHEELER | Provides directions based on travel for 2-wheeled, motorized transport. |
int | WALKING | Provides directions based on walking. |
Inherited Method Summary
Constants
public static final int CYCLING
Provides directions based on travel for a bicycle.
public static final int DRIVING
Provides directions based on travel for a 4-wheeled, motorized vehicle. For example, a car or truck.
public static final int TAXI
Provides directions on routes for a vehicle authorized to use taxi lanes.
public static final int TWO_WHEELER
Provides directions based on travel for 2-wheeled, motorized transport. For example, a motorcycle or scooter.
public static final int WALKING
Provides directions based on walking.