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<System.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 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.10 - 200.5 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |