AlternativeRouteType 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 AlternativeRouteType.
public readonly struct AlternativeRouteType : IEquatable<Azure.Maps.Routing.AlternativeRouteType>
type AlternativeRouteType = struct
Public Structure AlternativeRouteType
Implements IEquatable(Of AlternativeRouteType)
- Inheritance
-
AlternativeRouteType
- Implements
Constructors
AlternativeRouteType(String) |
Initializes a new instance of AlternativeRouteType. |
Properties
AnyRoute |
Allow any alternative route to be returned irrespective of how it compares to the reference route in terms of optimality. |
BetterRoute |
Return an alternative route only if it is better than the reference route according to the given planning criteria. |
Methods
Equals(AlternativeRouteType) |
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(AlternativeRouteType, AlternativeRouteType) |
Determines if two AlternativeRouteType values are the same. |
Implicit(String to AlternativeRouteType) |
Converts a string to a AlternativeRouteType. |
Inequality(AlternativeRouteType, AlternativeRouteType) |
Determines if two AlternativeRouteType values are not the same. |
Applies to
Azure SDK for .NET