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

Signpost image render settings. More...

Public Member Functions

 SignpostImageRenderSettings (int border=10, bool round=true, int rows=3, bool mode=false)
 Constructor with optional border size, border round corners and maximum rows.

Public Attributes

int borderSize
 Border size in pixels.
bool borderRoundCorners
 Round corners border.
int maxRows
 Maximum rows of details in the signpost.
bool smallMode
 Small mode. The image is generated for small size usage.

Detailed Description

Signpost image render settings.

Initialized with default optimal values

Constructor & Destructor Documentation

◆ SignpostImageRenderSettings()

gem::SignpostImageRenderSettings::SignpostImageRenderSettings ( int border = 10,
bool round = true,
int rows = 3,
bool mode = false )
inlineexplicit

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

Parameters
borderBorder size in pixels
roundRound corners border
rowsMaximum rows of details in the signpost
modeSmall mode. The image is generated for small size usage