|
Maps SDK for C++ 1.0.0
|
Abstract geometry image render settings. More...

Public Member Functions | |
| AbstractGeometryImageRenderSettings (const Rgba &colorActiveInner=Rgba(), const Rgba &colorActiveOuter=Rgba(), const Rgba &colorInactiveInner=Rgba(), const Rgba &colorInactiveOuter=Rgba()) | |
| Constructor with optional border size, border round corners and maximum rows. | |
Public Attributes | |
| Rgba | activeInnerColor |
| Active turn arrow inner color. If not specified, the SDK default is used. | |
| Rgba | activeOuterColor |
| Active turn arrow outer color. If not specified, the SDK default is used. | |
| Rgba | inactiveInnerColor |
| Inactive turn arrow inner color. If not specified, the SDK default is used. | |
| Rgba | inactiveOuterColor |
| Inactive turn arrow outer color. If not specified, the SDK default is used. | |
Abstract geometry image render settings.
Initialized with default optimal values
|
inlineexplicit |
Constructor with optional border size, border round corners and maximum rows.
| colorActiveInner | Inner active color. |
| colorActiveOuter | Outer active color. |
| colorInactiveInner | Inner inactive color. |
| colorInactiveOuter | Outer inactive color. |