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 Returns 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 the last request was successful. Inherited from RequestResultBase.
    RouteReport Returns the effective settings used in the current call.
    RouteResults Returns route results received from the Microsoft Azure Route service.
    See Also