navStopRouteCreate (Function) |
Top Previous Next |
This function will begin the construction of a route. Routes are special stops that contain a number of individual stop points and optionally via points between the stop points. When the route has been constructed, call navStopSetRoute to send it to the navigation device. If the route is not to be used anyway, call navStopRouteAbort to close the route.
Input: None.
Returns: INT
Declaration: FUNCTION navStopRouteCreate : INT;
Example: INCLUDE rtcu.inc rc : INT; END_VAR; |