TomTom Maps for JavaScript
    Preparing search index...

    Type Alias CustomGeoJSONShownFeatures<TSources>

    CustomGeoJSONShownFeatures: {
        [K in keyof TSources]: { data: TSources[K]; sourceName: K }
    }[keyof TSources]

    What module.events.on('shown-features', ...) receives. This module's show names the source it writes, so the event names it too — the one module whose shown data is per source.

    Type Parameters