# Navigation

#### TurnByTurn Control

The TurnByTurn Control is designed as an overlay to provide information about the distance to the next turn in the following way:

- **Absolute distance**
    - Value and unit of absolute distance to the next turn, the value gets automatically rounded to the next 10.
- **Relative distance**
    - Bargraph indicating the distance to the next turn from 100 to 0. The colour of the bargraph can be changed if the next turn gets close.
- **Street name**
    - Name of the street related to the next turn
- **Direction icon**
    - Icon to indicate the type of the next turn

<div drawio-diagram="8653"><img src="https://doc316en.candera.eu/uploads/images/drawio/2025-11/drawing-4-1762219701.png" alt=""/></div>

##### **Properties**

<table border="1" id="bkmrk-property-name-type-d-3" style="border-collapse: collapse; width: 100%; height: 700.516px;"><colgroup><col style="width: 24.9106%;"></col><col style="width: 24.9106%;"></col><col style="width: 50.1788%;"></col></colgroup><tbody><tr style="height: 29.7969px;"><td style="height: 29.7969px;">**Property Name**  
</td><td style="height: 29.7969px;">**Type**  
</td><td style="height: 29.7969px;">**Description**  
</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Show Street Name</td><td style="height: 29.7969px;">bool</td><td style="height: 29.7969px;">Whether or not the street name is shown</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">Show Relative Indication  
</td><td style="height: 46.5938px;">bool  
</td><td style="height: 46.5938px;">Whether or not the bargraph indicating the relative distance to next turn is shown</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">Show Absolute Indication</td><td style="height: 46.5938px;">bool</td><td style="height: 46.5938px;">Whether or not the absolute value for the distance to the next turn is shown</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Text Style</td><td style="height: 29.7969px;">TextStyle</td><td style="height: 29.7969px;">The text style of street and distance value</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Text Style Unit</td><td style="height: 29.7969px;">TextStyle</td><td style="height: 29.7969px;">The text style of the distance unit</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Street Name</td><td style="height: 29.7969px;">String</td><td style="height: 29.7969px;">Street name</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">Distance To Turn</td><td style="height: 46.5938px;">UInt32</td><td style="height: 46.5938px;">Absolute distance to the next turn, the value is automatically rounded to the nearest 10.</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Relative Distance Value</td><td style="height: 29.7969px;">Float in range \[0, 100\]</td><td style="height: 29.7969px;">Relative distance to the next turn, indicated by the bargraph</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Distance Unit Text</td><td style="height: 29.7969px;">String</td><td style="height: 29.7969px;">Unit of the absolute value</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Direction Icon Index</td><td style="height: 29.7969px;">UInt8</td><td style="height: 29.7969px;">Index of direction icons, see also Direction Images</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">Direction Images</td><td style="height: 46.5938px;">Array of Images</td><td style="height: 46.5938px;">Array of turn by turn icons, the displayed icon is set via the "Direction Icon Index" property</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Total Bargraph Size</td><td style="height: 29.7969px;">Float</td><td style="height: 29.7969px;">Size of the total bargraph (active + background part)</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">Max Active Bargraph Size</td><td style="height: 46.5938px;">Float</td><td style="height: 46.5938px;">Maximum size of the bargraph indicating the distance ("Relative Distance Value" == 100)</td></tr><tr><td style="height: 46.5938px;">Color Change Threshold</td><td style="height: 46.5938px;">UInt8</td><td style="height: 46.5938px;">Threshold to indicate that the next turn is close, the bargraph color will change to "Bargraph Color Below Threshold"</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">Bargraph Color Normal</td><td style="height: 46.5938px;">Color</td><td style="height: 46.5938px;">Color of the bargraph if not close to the turn, determined by the "Value Close To Turn" property</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">Bargraph Color Below Threshold</td><td style="height: 46.5938px;">Color</td><td style="height: 46.5938px;">Color of the bargraph if close to the turn, determined by the "Color Change Threshold" property</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Bargraph Background Color</td><td style="height: 29.7969px;">Color</td><td style="height: 29.7969px;">Color of the bargraph background</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Max Street Name Text Size</td><td style="height: 29.7969px;">UInt32</td><td style="height: 29.7969px;">Maximum size of the street name text</td></tr></tbody></table>