@magiclane/maps-sdk
    Preparing search index...

    Class AbstractGeometryImageRenderSettings

    Abstract geometry image render settings. Initialized with default optimal values

    Index

    Constructors

    • Constructor with optional colors

      Parameters

      • options: {
            activeInnerColor?: Color;
            activeOuterColor?: Color;
            inactiveInnerColor?: Color;
            inactiveOuterColor?: Color;
        } = {}

        Object containing optional color properties

        • OptionalactiveInnerColor?: Color

          Active turn arrow inner color

        • OptionalactiveOuterColor?: Color

          Active turn arrow outer color

        • OptionalinactiveInnerColor?: Color

          Inactive turn arrow inner color

        • OptionalinactiveOuterColor?: Color

          Inactive turn arrow outer color

      Returns AbstractGeometryImageRenderSettings

    Properties

    activeInnerColor: Color = ...

    Active turn arrow inner color. If not specified, the SDK default is used

    activeOuterColor: Color = ...

    Active turn arrow outer color. If not specified, the SDK default is used

    inactiveInnerColor: Color = ...

    Inactive turn arrow inner color. If not specified, the SDK default is used

    inactiveOuterColor: Color = ...

    Inactive turn arrow outer color. If not specified, the SDK default is used

    Methods

    • Hash code calculation

      Returns number

    • Convert to JSON representation

      Returns any