OffRoadProgress (API Reference)
Package com.here.sdk.navigation
Class OffRoadProgress
java.lang.Object
com.here.sdk.navigation.OffRoadProgress
Represents the information needed to help the users to reach their off-road destination.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleThe direction, in degrees, the user should take in order to reach the off-road destination.intDistance to the off-road destination in meters. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
remainingDistanceInMeters
public int remainingDistanceInMetersDistance to the off-road destination in meters.
-
bearingInDegrees
public double bearingInDegreesThe 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