The RouteResult type exposes the following members.

Constructors

NameDescription
RouteResult
Initializes a new instance of the RouteResult class

Properties

NameDescription
Directions
Route directions are returned if RouteParameters.ReturnDirections is set to true. Value is a DirectionsFeatureSet
Route
The Route that is returned if RouteParameters.ReturnRoutes is true. The value is a GraphicFeature.
RouteName
The name of the route. The value is a string.
Stops
Array of GraphicFeatures that represent the stops in the route

See Also