Freigeben über


JunctionType Struct

Definition

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

Name Description
JunctionType(String)

Initializes a new instance of JunctionType.

Properties

Name Description
Bifurcation

bifurcation.

Regular

regular.

Roundabout

roundabout.

Methods

Name Description
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

Name Description
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