RouteRepresentationForBestOrder 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 RouteRepresentationForBestOrder.
public readonly struct RouteRepresentationForBestOrder : IEquatable<Azure.Maps.Routing.RouteRepresentationForBestOrder>
type RouteRepresentationForBestOrder = struct
Public Structure RouteRepresentationForBestOrder
Implements IEquatable(Of RouteRepresentationForBestOrder)
- Inheritance
-
RouteRepresentationForBestOrder
- Implements
Constructors
RouteRepresentationForBestOrder(String) |
Initializes a new instance of RouteRepresentationForBestOrder. |
Properties
None |
Includes only the optimized waypoint indices but does not include the route geometry in the response. |
Polyline |
Includes route geometry in the response. |
SummaryOnly |
Summary as per polyline but excluding the point geometry elements for the routes in the response. |
Methods
Equals(RouteRepresentationForBestOrder) |
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(RouteRepresentationForBestOrder, RouteRepresentationForBestOrder) |
Determines if two RouteRepresentationForBestOrder values are the same. |
Implicit(String to RouteRepresentationForBestOrder) |
Converts a string to a RouteRepresentationForBestOrder. |
Inequality(RouteRepresentationForBestOrder, RouteRepresentationForBestOrder) |
Determines if two RouteRepresentationForBestOrder values are not the same. |
Applies to
Azure SDK for .NET