Home > @magiclane/maps-sdk > AbstractGeometryImageRenderSettings

AbstractGeometryImageRenderSettings class

Rendering settings for turn instruction images in navigation instructions.

Configures the visual appearance of turn arrow images representing turn maneuvers in navigation. Allows customization of inner and outer colors for both active (recommended) and inactive (alternative) turns. Active colors highlight the recommended turn direction, while inactive colors show non-recommended alternatives. All color properties default to optimal values if not specified.

Signature:

export declare class AbstractGeometryImageRenderSettings 

Constructors

Constructor

Modifiers

Description

(constructor)(activeInnerColor, activeOuterColor, inactiveInnerColor, inactiveOuterColor)

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).

Properties

Property

Modifiers

Type

Description

activeInnerColor

Color

activeOuterColor

Color

inactiveInnerColor

Color

inactiveOuterColor

Color

Methods

Method

Modifiers

Description

equals(other)

Checks equality with another instance.