Constructor RouteTracker
RouteTracker(RouteResult, Int32, Boolean)
Initializes a new instance of the Route
Declaration
public RouteTracker(RouteResult routeResult, int routeIndex, bool skipCoincidentStops)
Parameters
Type | Name | Description |
---|---|---|
Route |
routeResult | A Route |
System. |
routeIndex | The zero-based index into the list of Routes, selecting a Route to track.
The selected Route must contain Stops and Direction |
System. |
skipCoincidentStops |
|
Remarks
An exception is thrown if the Route is not found or if it lacks
Stops or Direction
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.7 |
.NET | 100.13 - 200.7 |
.NET Windows | 100.13 - 200.7 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.7 |
.NET Framework | 100.10 - 200.7 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.7 |