MapRouteFinderResult.Status Property

Definition

Gets the status of a MapRouteFinder query.

public:
 property MapRouteFinderStatus Status { MapRouteFinderStatus get(); };
MapRouteFinderStatus Status();
public MapRouteFinderStatus Status { get; }
var mapRouteFinderStatus = mapRouteFinderResult.status;
Public ReadOnly Property Status As MapRouteFinderStatus

Property Value

The status of a MapRouteFinder query.

Applies to

See also