Property StopIndexesAtNextDestination
StopIndexesAtNextDestination
Gets a read-only list of index values relating to the upcoming destination or arrival.
Declaration
public IReadOnlyList<int> StopIndexesAtNextDestination { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<Int32> | A read-only list of index values relating to the upcoming destination or arrival. |
Remarks
If there are coincident stops and SkipCoincidentStops is true
,
this list will contain multiple index values. When there are no coincident stops or if
SkipCoincidentStops is false
, this list will contain just one index value.
Indices can be used to relate a destination or an arrival to stops in Stops.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.10 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.10 - 100.12 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 100.15 |