Webportal v1

embedded apps

API Reference - Navigation.GetNextWaypoint.ETAHours()

Navigation.GetNextWaypoint.ETAHours()

Type Method
Min Privacy Public
wave 2
wave 3
wave 4

Description Calculates and returns the estimated time of arrival at the next waypoint, precisely the hour.
Response Number Estimated arrival hour at next waypoint.
Parameter Void

Example

1
2
var WaypointETAHours = Navigation.GetNextWaypoint.ETAHours();
// WaypointETAHours = 1 Hour

Remark

Note: Navigation.GetNextWaypoint.ETAHours only gives the “Hour” part of the Estimated Time of arrival. To get the “Minutes” part, use Navigation.GetNextWaypoint.ETAMinutes.

Appeared in Software version 40.03.42.30