Home > @magiclane/maps-sdk > SignpostImageRenderSettings

SignpostImageRenderSettings class

Rendering settings for signpost images in navigation instructions.

Configures the visual appearance of signpost images that display upcoming exit information and destination names on highways and major roads. Controls border styling, corner rounding, and the maximum number of destination rows displayed. All properties default to optimal values: 10px border, rounded corners enabled, and maximum 3 rows of details.

Signature:

export declare class SignpostImageRenderSettings 

Constructors

Constructor

Modifiers

Description

(constructor)(borderSize, borderRoundCorners, maxRows)

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.

Properties

Property

Modifiers

Type

Description

borderRoundCorners

boolean

borderSize

number

maxRows

number

Methods

Method

Modifiers

Description

equals(other)

Checks equality with another instance.