TravelTimeType 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.
The ComputeTravelTime.
public readonly struct TravelTimeType : IEquatable<Azure.Maps.Routing.TravelTimeType>
type TravelTimeType = struct
Public Structure TravelTimeType
Implements IEquatable(Of TravelTimeType)
- Inheritance
-
TravelTimeType
- Implements
Constructors
TravelTimeType(String) |
Initializes a new instance of TravelTimeType. |
Properties
All |
Computes travel times for all types of traffic information and specifies all results in the fields noTrafficTravelTimeInSeconds, historicTrafficTravelTimeInSeconds and liveTrafficIncidentsTravelTimeInSeconds being included in the summaries in the route response. |
None |
Does not compute additional travel times. |
Methods
Equals(TravelTimeType) |
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(TravelTimeType, TravelTimeType) |
Determines if two TravelTimeType values are the same. |
Implicit(String to TravelTimeType) |
Converts a string to a TravelTimeType. |
Inequality(TravelTimeType, TravelTimeType) |
Determines if two TravelTimeType values are not the same. |
Applies to
Azure SDK for .NET