RouteInstruction.RoadNumbers 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.
The road number(s) of the next significant road segment(s) after the maneuver, or of the road(s) to be followed. Example: ["E34", "N205"].
public System.Collections.Generic.IReadOnlyList<string> RoadNumbers { get; }
member this.RoadNumbers : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property RoadNumbers As IReadOnlyList(Of String)