It's possible to show direction on the map. You can use lat, lo, address and tolat, tolon and toaddress.
{mosmap address='sportlaan 3a, benthuizen, Nederland'|toaddress='Sportweg 1, 2461CX Ter Aar, Nederland'}
You can use the following parameters:
dirtype
D(riving) - default
W(alking)
avoidhighways
0 - No - Default
1 - Yes
diroptimize - Specifies that the route using the supplied waypoints may be optimized to provide the shortest possible route so waypoints are reordered, use 1 (default 0).
diralternatives - Specifies that alternative routes may shown and can be chosen. Note that providing route alternatives may increase the response time from the server, use 1 (default 0).
showdir - Show route information for directions (use 1) or not (use 0).
To show the above options in the form, you must set the label of the parameter in the configuration of the plugin or use the necessary parameters, for example txt_alternatives='Alternatives'.
Walking
{mosmap address='sportlaan 3a, benthuizen, Nederland'|toaddress='Sportweg 1, 2461CX Ter Aar, Nederland'|dirtype='W'}
Avoid highways
{mosmap address='sportlaan 3a, benthuizen, Nederland'|toaddress='Spinozastraat 7, 1018 HD Amsterdam, Nederland'|avoidhighways='1'}