Class OffRoadProgress

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

public final class OffRoadProgress extends Object

Represents the information needed to help the users to reach their off-road destination.

  • Field Details

    • remainingDistanceInMeters

      public int remainingDistanceInMeters

      Distance to the off-road destination in meters.

    • bearingInDegrees

      public double bearingInDegrees

      The direction, in degrees, the user should take in order to reach the off-road destination.

  • Constructor Details

    • OffRoadProgress

      public OffRoadProgress()

      Creates a new instance.

  • Method Details