create Turn By Turn Directions For Waypath
Creates turn by turn text directions for a given waypath using the default configurations.
Return
the list of directions
Parameters
The waypath to create text directions for.
A CustomMapInfo object that contains custom information for directions.
Throws
if there are any failures during processing
Creates turn by turn text directions for a given waypath.
Return
the list of directions
Parameters
The waypath to create text directions for.
A CustomMapInfo object that contains custom information for directions.
Options to use when creating directions.
Throws
if there are any failures during processing
Creates turn by turn text directions asynchronously for a given waypath.
Parameters
The waypath to create text directions for.
A CustomMapInfo object that contains custom information for directions.
Options to use when creating directions.
The object that implements WayfindingDelegate so that it can receive the callbacks.