Show / Hide Table of Contents

Property SkipCoincidentStops

SkipCoincidentStops

Gets a value indicating whether multiple consecutive stops at the same location should be treated as one stop.

Declaration
public bool SkipCoincidentStops { get; }
Property Value
Type Description
bool

Indicates if multiple stops in a row at the same location should treated as one stop

Remarks

When true, if there are multiple consecutive stops 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, this property has no effect.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.10 - 200.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.10 - 200.8
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.