Mapapp URL Schema
Introduction
The Mapapp URL schema provides URL parameters which may be used to perform certain map operations on web page load.
Query Parameters
wfparams string required
This should always be set to 1.
wf_df string required
This should always be set to mapapp.
wf_dest string
The project destination's hex ID.
This is of the format 1xx2-3xx4 and can be found in the Wayfinder CMS Map Editor, on the destination's Global Settings tab, in the upper right corner next to the fingerprint icon:

wf_s string
The waypoint start node ID for the route. Usually the start destination or amenity's node ID.
The node ID can be found in the Wayfinder CMS, by going to the Node editor, selecting the node for your destination which will show the ID above the 'Node Editor' title:

wf_e string
The waypoint end node ID for the route. Usually the end destination or amenity's node ID. This can be found in the Wayfinder CMS in the Node Editor as above.
wf_dda string
Determines whether accessible routing is enabled. 0 if the mode is off or 1 if it's on. Default is 0 .