nmpStopClose (Function) |
Top Previous Next |
This function causes a stop that is shown to be closed. If called after nmpStopPopup, but before calling navStopSet, the timeout will start when the stop is shown, otherwise it will start immediately. Can close both stops that are opened with nmpStopPopup and stops that are manually opened.
Input: ID : INT Unique ID that identifies the destination to close.
timeout : INT (default: 0) Time until the stop should be closed in seconds. 0 will close the stop immediately.
Returns: INT
Declaration: FUNCTION nmpStopClose : INT;
Example: INCLUDE rtcu.inc |