Flags used to create Legend objects with standard styles.
More...
#include <CartoTypeWrapper.h>
|
|
static constexpr uint32_t | Title = 1 |
| | A style flag to add the name of the main map as a title.
|
| |
|
static constexpr uint32_t | ScaleInTitle = 2 |
| | A style flag to add the scale in the form 1:NNN to the title.
|
| |
|
static constexpr uint32_t | MapObjects = 4 |
| | A style flag to add lines for common map objects including roads, forests, parks and stations.
|
| |
|
static constexpr uint32_t | ScaleBar = 8 |
| | A style flag to add a scale bar.
|
| |
|
static constexpr uint32_t | HeightProfile = 16 |
| | A style flag to add a height profile for the current route.
|
| |
|
static constexpr uint32_t | StandardStyle = 15 |
| | Style flags to select the standard style.
|
| |
|
static constexpr uint32_t | TurnStyle = 32 |
| | Style flags used in the constructor to create an empty legend object suitable for turn instructions. The font, border, colors, etc., of the legend can then be changed, after which the legend can be used in SetTurnInstructions.
|
| |
|
static constexpr uint32_t | ScaleStyle = 64 |
| | Style flags used in the constructor to create an empty legend object suitable for a scale bar. The font, border, colors, etc., of the legend can then be changed, after which the legend can be used in SetScaleBar.
|
| |
|
static constexpr uint32_t | EmptyStyle = 0 |
| | Style flags to create an empty legend object.
|
| |
Flags used to create Legend objects with standard styles.
The documentation for this struct was generated from the following file: