Start routes with URL parameters
AppNavi offers the possibility to start a route directly via URL parameters. This can be helpful if a route is to be started via a link, for example. The user then simply clicks on the link or another object and the route starts. AppNavi offers two parameters for controlling the route behavior via URL:
- anRouteId: This parameter specifies the Id of the route to be started.
- anStepId: This parameter specifies the Id of the step to be started.
The following example shows how a route can be started using the URL parameter.
<a href="https://www.google.com?anRouteId=27bb3723&anStepId=42f3a5c1">Start my route</a>
The route to be started must of course be published so that it can be started by an end user.
Updated about 3 years ago