Class RouteGuidance

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

public final class RouteGuidance extends Object
Contains guidance related elements. This field is present only when guidance was requested and is available.
  • Constructor Details

    • RouteGuidance

      public RouteGuidance()
  • Method Details

    • getInstructions

      public List<RouteInstruction> getInstructions()
      Get the instructions property: A list of instructions describing maneuvers.
      Returns:
      the instructions value.
    • getInstructionGroups

      public List<RouteInstructionGroup> getInstructionGroups()
      Get the instructionGroups property: Groups a sequence of instruction elements which are related to each other.
      Returns:
      the instructionGroups value.