Condividi tramite


GuidanceInstructionType Struct

Definition

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

Name Description
GuidanceInstructionType(String)

Initializes a new instance of GuidanceInstructionType.

Properties

Name Description
DirectionInfo

Direction information.

LocationArrival

Arrival location.

LocationDeparture

Departure location.

LocationWaypoint

Way point location.

RoadChange

Road Change.

Turn

Turn.

Methods

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

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