TomTom Maps for JavaScript
    Preparing search index...

    Type Alias ChargingStopTextConfig

    Text display configuration for charging stops along the route.

    Controls the visibility and content of text labels associated with charging stop markers.

    type ChargingStopTextConfig = {
        title?: DataDrivenPropertyValueSpecification<string>;
        visible?: boolean;
    }
    Index

    Properties

    Properties

    title?: DataDrivenPropertyValueSpecification<string>

    Custom content/display configuration for the charging stop title.

    Defines how the title text for charging stops is formatted and displayed. Can include MapLibre formatted expressions for dynamic content generation.

    visible?: boolean

    Controls the visibility of text labels for charging stops.

    true