Home > @magiclane/maps-sdk > AbstractGeometryImageRenderSettings > (constructor)

AbstractGeometryImageRenderSettings.(constructor)

Creates turn arrow rendering settings with customizable colors.

Initializes rendering settings for turn arrow images. All color parameters are optional and default to SDK-optimized values: active inner (white), active outer (black), inactive inner (gray), inactive outer (gray).

Signature:

constructor(activeInnerColor?: Color, activeOuterColor?: Color, inactiveInnerColor?: Color, inactiveOuterColor?: Color);

Parameters

Parameter

Type

Description

activeInnerColor

Color

(Optional) Inner fill color for recommended turn arrows (default: white)

activeOuterColor

Color

(Optional) Outer border color for recommended turn arrows (default: black)

inactiveInnerColor

Color

(Optional) Inner fill color for alternative turn arrows (default: gray)

inactiveOuterColor

Color

(Optional) Outer border color for alternative turn arrows (default: gray)