Class RouteInstructionGroup

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

public final class RouteInstructionGroup extends Object
Groups a sequence of instruction elements which are related to each other. The sequence range is constrained with firstInstructionIndex and lastInstructionIndex. When human-readable text messages are requested for guidance (instructionType=text or tagged), then the instructionGroup has a summary message returned when available.
  • Constructor Details

    • RouteInstructionGroup

      public RouteInstructionGroup()
  • Method Details

    • getFirstInstructionIndex

      public Integer getFirstInstructionIndex()
      Get the firstInstructionIndex property: Index of the first instruction in the instructions and belonging to this group.
      Returns:
      the firstInstructionIndex value.
    • getLastInstructionIndex

      public Integer getLastInstructionIndex()
      Get the lastInstructionIndex property: Index of the last instruction in the instructions and belonging to this group.
      Returns:
      the lastInstructionIndex value.
    • getGroupLengthInMeters

      public Integer getGroupLengthInMeters()
      Get the groupLengthInMeters property: Length of the group.
      Returns:
      the groupLengthInMeters value.
    • getGroupMessage

      public String getGroupMessage()
      Get the groupMessage property: Summary message when human-readable text messages are requested for guidance (instructionType=text or tagged).
      Returns:
      the groupMessage value.