Skip to main content
All docs
V25.1
  • AzureRouteCalculationResult Properties

    Contains route calculation results received from an Azure Maps service.
    Name Description
    FaultReason Returns the fault reason of a request. Inherited from RequestResultBase.
    FormatVersion Gets the Format Version parameter value.
    IntermediatePoints Returns all intermediate points that were used to calculate routes.
    OptimizedWaypoints Gets the list of the optimized waypoints sequence.
    ResultCode Returns the code that contains information on whether or not the last request was successful. Inherited from RequestResultBase.
    RouteReport Gets the effective settings used in the current call.
    RouteResults Gets route results received from the Microsoft Azure Route service.
    See Also