TravelMode Enumeration

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Contains travel modes for a route.

Syntax

public enum TravelMode
Public Enum TravelMode

Members

Member

Description

Driving

The returned route contains driving directions.

Walking

The returned route contains walking directions.

Remarks

If the travel mode for a CalculateRoute Method request is Walking and the “as the crow flies” distance between the start and end locations is more than 250 kilometers, then an error is returned.

See Also

RouteOptions.Mode Property