TomTom Maps for JavaScript
    Preparing search index...

    Type Alias GeometryBeforeLayerTargets

    Per-layer positioning targets for the object form of GeometryBeforeLayerConfig.

    fill and line position their respective layers; all is the fallback applied to any target not explicitly set. A per-layer beforeLayerConfig inside GeometryFillConfig or GeometryLineConfig wins over the value here.

    type GeometryBeforeLayerTargets = {
        all?: BeforeLayerConfig;
        fill?: BeforeLayerConfig;
        line?: BeforeLayerConfig;
    }
    Index

    Properties

    Properties

    Fallback position for any layer not named by fill / line.

    Position for the fill layer.

    Position for the border/outline layer (and its line labels).