TomTom Maps for JavaScript
    Preparing search index...

    Type Alias ChargingStopsConfig

    Display configuration for charging stops along the route.

    Controls visibility, iconography, and text labels for charging stops on the map.

    type ChargingStopsConfig = {
        icon?: ChargingStopIconConfig;
        text?: ChargingStopTextConfig;
        visible?: boolean;
    }
    Index

    Properties

    Properties

    Display configuration for charging stop icons.

    Display configuration for charging stop text labels.

    Can control both content and display properties of the text shown next to charging stop icons.

    visible?: boolean

    Controls the overall visibility of charging stop icons and labels on the map.

    true