RouteDirectionsBatchItemResponse Class
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 result of the query. RouteDirections if the query completed successfully, ErrorResponse otherwise.
public class RouteDirectionsBatchItemResponse : Azure.Maps.Routing.Models.RouteDirections
type RouteDirectionsBatchItemResponse = class
inherit RouteDirections
Public Class RouteDirectionsBatchItemResponse
Inherits RouteDirections
- Inheritance
Properties
FormatVersion |
Format Version property. (Inherited from RouteDirections) |
OptimizedWaypoints |
Optimized sequence of waypoints. It shows the index from the user provided waypoint sequence for the original and optimized list. For instance, a response:
means that the original sequence is [0, 1, 2] and optimized sequence is [1, 2, 0]. Since the index starts by 0 the original is "first, second, third" while the optimized is "second, third, first". (Inherited from RouteDirections) |
Report |
Reports the effective settings used in the current call. (Inherited from RouteDirections) |
ResponseError |
The response error. |
Routes |
Routes array. (Inherited from RouteDirections) |
Applies to
Azure SDK for .NET