nmpStopPopup (Function) |
Top Previous Next |
This function causes a destination to pop up when it is set instead of just being added to the stop list in the background. This function must be called before navStopSet to prepare it. If the same ID is used multiple times, nmpStopPopup must be called before each call to navStopSet. If a destination is already shown, the new destination will be shown instead. To close a stop shown this way, nmpStopClose can be used.
Input: ID : INT Unique ID to identify the destination when it is added.
popup : BOOL
Returns: INT
Declaration: FUNCTION nmpStopPopup : INT;
Example: INCLUDE rtcu.inc |