Class ManeuverProgress

java.lang.Object
com.here.sdk.navigation.ManeuverProgress

public final class ManeuverProgress extends Object

Indicates a user's progress to a Maneuver.

  • Field Details

    • maneuverIndex

      public int maneuverIndex

      Index of the Maneuver being traversed along the route. Defaults to 0.

    • remainingDistanceInMeters

      public int remainingDistanceInMeters

      The distance in meters from current location until the Maneuver. Defaults to 0.

    • remainingDuration

      @NonNull public Duration remainingDuration

      The estimated time in seconds for traversing the Section from current location until the Maneuver is reached, including traffic delays if available. Defaults to 0 seconds.

  • Constructor Details

    • ManeuverProgress

      public ManeuverProgress()

      Creates a new instance.

  • Method Details