Maps SDK for C++ 1.0.0
Loading...
Searching...
No Matches
gem::AbstractGeometryImageRenderSettings Struct Reference

Abstract geometry image render settings. More...

Collaboration diagram for gem::AbstractGeometryImageRenderSettings:

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.

Detailed Description

Abstract geometry image render settings.

Initialized with default optimal values

Constructor & Destructor Documentation

◆ AbstractGeometryImageRenderSettings()

gem::AbstractGeometryImageRenderSettings::AbstractGeometryImageRenderSettings ( const Rgba & colorActiveInner = Rgba(),
const Rgba & colorActiveOuter = Rgba(),
const Rgba & colorInactiveInner = Rgba(),
const Rgba & colorInactiveOuter = Rgba() )
inlineexplicit

Constructor with optional border size, border round corners and maximum rows.

Parameters
colorActiveInnerInner active color.
colorActiveOuterOuter active color.
colorInactiveInnerInner inactive color.
colorInactiveOuterOuter inactive color.