GuidanceProgress
Internal constructor called from JNI code : Don't modify its prototype !
Parameters
the current NavigationProgressState of the navigation
the current speed in km/h of the user
the current speed limit in km/h of the current road.
the current Address that corresponds to the user location.
the current user Location
the map-matched GeoPoint that corresponds to the position of the user on the current road.
the current orientation of the vehicle (angle) on the current map-matched location in degrees
If an EV Profile has been set, it corresponds to the current estimated energy load of the vehicle in kWh
If an EV Profile has been set, it corresponds to the current estimated SoC (battery level) of the vehicle in %
the remaining distance in meters to the destination
the remaining duration (in seconds) to the destination (including stop times and charge durations).
Deprecated (use drivingDurationToDest instead)
the remaining distance in meters to the next ManeuverType
the remaining duration in seconds to the next ManeuverType
the remaining distance in meters to the next RouteWaypoint
the remaining duration in seconds to the next RouteWaypoint
index in Route.waypoints of the current route that corresponds to the next RouteWaypoint to reach (in Range 1, Route.waypoints.size-1)
Deprecated (use Route.length instead) : the total distance in meters of the current route. Its value changes after a re-reroute.
Deprecated (use Route.drivingDuration instead) : the total estimated duration in seconds of the current route. Its value changes after a re-reroute.
Deprecated (use Route.travelDuration instead) : the total estimated duration in seconds of the current route that takes into account the stop times and charge durations of the route.
the index that corresponds to the current Instruction index in the Route.sheet of the current Route
the index that corresponds to the current RouteSection index in the Route.sections of the current Route
the estimated energy load in kWh of the vehicle at the next RouteWaypoint.chargePoolStop. If there is no remaining RouteWaypoint.chargePoolStop on the Route, this value is the estimated energy load of the vehicle at arrival.
the estimated SoC in % of the vehicle at the next RouteWaypoint.chargePoolStop. If there is no remaining RouteWaypoint.chargePoolStop on the Route, this value is the estimated SoC of the vehicle at arrival.
the duration in seconds of the charge at next station (the next ChargePoolStop in Route.waypoints) to reach the SoC planned for this station's departure. It doesn't take into account the defined RechargeParameters.stopFixedTime.