Home > @magiclane/maps-sdk > SignpostImageRenderSettings > (constructor)
SignpostImageRenderSettings.(constructor)
Creates signpost rendering settings with customizable layout options.
Initializes rendering settings for signpost images with optional border styling and row limits. Defaults provide a modern, readable appearance suitable for most navigation use cases.
Signature:
constructor(borderSize?: number, borderRoundCorners?: boolean, maxRows?: number);Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
borderSize |
number |
(Optional) Border width in pixels around the signpost (default: 10) |
|
borderRoundCorners |
boolean |
(Optional) Whether to use rounded corners for modern styling (default: true) |
|
maxRows |
number |
(Optional) Maximum number of destination rows to display (default: 3) |