This class creates HTMLElements for travels See theTravelHTMLViewsFactory for the one and only one instance of this class
The constructor
Gives an HTMLElement with the travel header, the travel notes, all the routes of the travel with route header, route notes, route maneuvers, route footer and travel footer
| Name | Type | Description |
|---|---|---|
| classPrefix | String | A string that will be added to all the className of the created HTMLElements |
Gives an HTMLElement with the Copyright notice and OSM attributions
| Name | Type | Description |
|---|---|---|
| classPrefix | String | A string that will be added to all the className of the created HTMLElements |
Gives an HTMLElement with the travel name, distance, ascent (if any), descent (if any) and a list with all the routes of the travel
| Name | Type | Description |
|---|---|---|
| classPrefix | String | A string that will be added to all the className of the created HTMLElements |