Property SkipCoincidentStops
SkipCoincidentStops
Gets a value indicating whether multiple stops in a row at the same location should be treated as one stop.
Declaration
public bool SkipCoincidentStops { get; }
Property Value
Type | Description |
---|---|
Boolean | Indicates if multiple stops in a row at the same location should treated as one stop |
Remarks
When true
, if there are multiple stops in a row at the same network location, the new voice
guidance event will fire a single time and calling SwitchToNextDestinationAsync(CancellationToken)
will skip over the other coincident stops, setting the state to the next relevant direction maneuver.
If the value is false
each stop will be treated as a unique destination. The default value for this
property is true
. If your route does not have coincident stops the value of this property will have
no effect.
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 |