A MappedinDirections object will contain an array of MappedinNodes on a path, and a corresponding list of MappedinDirective objects representing the instructions to display to the user.

Show:

directionsProvider

"online", "offline" const static

The source of wayfinding directions. "Online" has been deprecated.

distance

Number

Total distance of path in meters

instructions

[MappedinDirective]

Instructions to display to the user.

path

[MappedinNode]

Collection of Nodes that form a path.