Class RouteMatrix

java.lang.Object
com.azure.maps.route.models.RouteMatrix

public final class RouteMatrix extends Object
Matrix result object.
  • Constructor Details

    • RouteMatrix

      public RouteMatrix()
  • Method Details

    • getStatusCode

      public Integer getStatusCode()
      Get the statusCode property: StatusCode property for the current cell in the input matrix.
      Returns:
      the statusCode value.
    • getSummary

      public RouteLegSummary getSummary()
      Returns a RouteLegSummary summarizing this route section.
      Returns:
      a RouteLegSummary with the summary of this route leg.