JunctionType Struct
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 type of the junction where the maneuver takes place. For larger roundabouts, two separate instructions are generated for entering and leaving the roundabout.
public readonly struct JunctionType : IEquatable<Azure.Maps.Routing.Models.JunctionType>
type JunctionType = struct
Public Structure JunctionType
Implements IEquatable(Of JunctionType)
- Inheritance
-
JunctionType
- Implements
Constructors
JunctionType(String) |
Initializes a new instance of JunctionType. |
Properties
Bifurcation |
bifurcation. |
Regular |
regular. |
Roundabout |
roundabout. |
Methods
Equals(JunctionType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(JunctionType, JunctionType) |
Determines if two JunctionType values are the same. |
Implicit(String to JunctionType) |
Converts a string to a JunctionType. |
Inequality(JunctionType, JunctionType) |
Determines if two JunctionType values are not the same. |
Applies to
Azure SDK for .NET