ResponseSectionType 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.
Section types of the reported route response.
public readonly struct ResponseSectionType : IEquatable<Azure.Maps.Routing.Models.ResponseSectionType>
type ResponseSectionType = struct
Public Structure ResponseSectionType
Implements IEquatable(Of ResponseSectionType)
- Inheritance
-
ResponseSectionType
- Implements
Constructors
ResponseSectionType(String) |
Initializes a new instance of ResponseSectionType. |
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/regions 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 |
Tunnel |
Sections of the route that are tunnels. |
Urban |
Sections of the route that are located within urban areas. |
Methods
Equals(ResponseSectionType) |
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(ResponseSectionType, ResponseSectionType) |
Determines if two ResponseSectionType values are the same. |
Implicit(String to ResponseSectionType) |
Converts a string to a ResponseSectionType. |
Inequality(ResponseSectionType, ResponseSectionType) |
Determines if two ResponseSectionType values are not the same. |
Applies to
Azure SDK for .NET