ActiveRouteInformationService
Provides information about an active route (e.g., traffic delay, estimated time of arrival).
Properties
Estimated time of arrival at the destination. null
only if routeStatus equals RouteStatus.INACTIVE.
Remaining distance until the destination. null
only if routeStatus equals RouteStatus.INACTIVE.
Remaining time before arrival at the destination. This duration excludes any traffic delay which can be retrieved using remainingTrafficDelay.
Remaining traffic delay. null
only if routeStatus equals RouteStatus.INACTIVE.
Status of the route.
Total travel time needed to reach the destination. This is from the moment routeStatus is RouteStatus.ACTIVE until routeStatus becomes RouteStatus.ARRIVED.
Contains information about the upcoming planned charging stop or null
if there isn't one.