Optional
options: ItineraryBuilderOptionsBuilds the itinerary container that will be added to the map together with the control
Creates the alternatives container, so it can be added to the DOM
Create the container in which the itinerary will be put; default will create a table
Creates a DOM element for an instruction, with the provided text and distance (already formatted as string with unit); default will create a tr
Optional
icon: stringOptional
steps: HTMLElementCreate the container for the instructions/steps; default will create a tbody
Sets the routing alternatives to display itineraries for
Generated using TypeDoc
Creates the DOM structure for an itinerary. Subclass or reimplement to create your own itinerary structure.