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 |
(Optional) Inner fill color for recommended turn arrows (default: white) | |
|
activeOuterColor |
(Optional) Outer border color for recommended turn arrows (default: black) | |
|
inactiveInnerColor |
(Optional) Inner fill color for alternative turn arrows (default: gray) | |
|
inactiveOuterColor |
(Optional) Outer border color for alternative turn arrows (default: gray) |