GuidanceInstructionType 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.
Type of the instruction, e.g., turn or change of road form.
public readonly struct GuidanceInstructionType : IEquatable<Azure.Maps.Routing.Models.GuidanceInstructionType>
type GuidanceInstructionType = struct
Public Structure GuidanceInstructionType
Implements IEquatable(Of GuidanceInstructionType)
- Inheritance
-
GuidanceInstructionType
- Implements
Constructors
GuidanceInstructionType(String) |
Initializes a new instance of GuidanceInstructionType. |
Properties
DirectionInfo |
Direction information. |
LocationArrival |
Arrival location. |
LocationDeparture |
Departure location. |
LocationWaypoint |
Way point location. |
RoadChange |
Road Change. |
Turn |
Turn. |
Methods
Equals(GuidanceInstructionType) |
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(GuidanceInstructionType, GuidanceInstructionType) |
Determines if two GuidanceInstructionType values are the same. |
Implicit(String to GuidanceInstructionType) |
Converts a string to a GuidanceInstructionType. |
Inequality(GuidanceInstructionType, GuidanceInstructionType) |
Determines if two GuidanceInstructionType values are not the same. |
Applies to
Azure SDK for .NET