Class Route

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

public final class Route extends Object
The Route model.
  • Constructor Details

    • Route

      public Route()
  • Method Details

    • getSummary

      public RouteSummary getSummary()
      Get the summary property: Summary object.
      Returns:
      the summary value.
    • getLegs

      public List<RouteLeg> getLegs()
      Get the legs property: Legs array.
      Returns:
      the legs value.
    • getSections

      public List<RouteSection> getSections()
      Get the sections property: Sections array.
      Returns:
      the sections value.
    • getGuidance

      public RouteGuidance getGuidance()
      Get the guidance property: Contains guidance related elements. This field is present only when guidance was requested and is available.
      Returns:
      the guidance value.