Aracılığıyla paylaş


SectionType Struct

Definition

The SectionType.

public readonly struct SectionType : IEquatable<Azure.Maps.Routing.SectionType>
type SectionType = struct
Public Structure SectionType
Implements IEquatable(Of SectionType)
Inheritance
SectionType
Implements

Constructors

SectionType(String)

Initializes a new instance of SectionType.

Properties

CarOrTrain

Sections of the route that are cars or trains.

Carpool

Sections of the route that require use of carpool (HOV/High Occupancy Vehicle) lanes.

Country

Sections indicating which countries the route is in.

Ferry

Sections of the route that are ferries.

Motorway

Sections of the route that are motorways.

Pedestrian

Sections of the route that are only suited for pedestrians.

TollRoad

Sections of the route that require a toll to be payed.

TollVignette

Sections of the route that require a toll vignette to be present.

Traffic

Sections of the route that contain traffic information.

TravelMode

Sections in relation to the request parameter travelMode.

Tunnel

Sections of the route that are tunnels.

Urban

Sections of the route that are located within urban areas.

Methods

Equals(SectionType)

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(SectionType, SectionType)

Determines if two SectionType values are the same.

Implicit(String to SectionType)

Converts a string to a SectionType.

Inequality(SectionType, SectionType)

Determines if two SectionType values are not the same.

Applies to