MapRouteFinderResult.Route Property

Definition

Gets the route found by a MapRouteFinder query.

public:
 property MapRoute ^ Route { MapRoute ^ get(); };
MapRoute Route();
public MapRoute Route { get; }
var mapRoute = mapRouteFinderResult.route;
Public ReadOnly Property Route As MapRoute

Property Value

The route found by a MapRouteFinder query.

Applies to

See also