RouteInstruction.TurnAngleInDegrees Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the direction of an instruction. If junctionType indicates a turn instruction:
- 180 = U-turn
- [-179, -1] = Left turn
- 0 = Straight on (a '0 degree' turn)
- [1, 179] = Right turn
If junctionType indicates a bifurcation instruction:
- <0 - keep left
- >0 - keep right
public int? TurnAngleInDegrees { get; }
member this.TurnAngleInDegrees : Nullable<int>
Public ReadOnly Property TurnAngleInDegrees As Nullable(Of Integer)