TomTom Maps for JavaScript
    Preparing search index...

    Type Alias PlaceConnectionsLayersConfig

    MapLibre layer customization for connection lines and labels.

    The layer IDs are derived from the PlacesModule instance prefix plus the key suffix:

    • line: the connection line (default: dashed)
    • label: the text label placed along the line
    type PlaceConnectionsLayersConfig = {
        label?: Partial<ToBeAddedLayerSpecTemplate<SymbolLayerSpecification>>;
        line?: Partial<ToBeAddedLayerSpecTemplate<LineLayerSpecification>>;
    }
    Index

    Properties

    Properties

    label?: Partial<ToBeAddedLayerSpecTemplate<SymbolLayerSpecification>>

    Connection label layer specification.

    line?: Partial<ToBeAddedLayerSpecTemplate<LineLayerSpecification>>

    Connection line layer specification.