RouteInstruction.PossibleCombineWithNext Property

Definition

It is possible to optionally combine the instruction with the next one. This can be used to build messages like "Turn left and then turn right".

public bool? PossibleCombineWithNext { get; }
member this.PossibleCombineWithNext : Nullable<bool>
Public ReadOnly Property PossibleCombineWithNext As Nullable(Of Boolean)

Property Value

Applies to