Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias TMVFStyleCollection

    TMVFStyleCollection: {
        [groupId: string]:
            | TMVFPolygonStyle
            | TMVFLineStringStyle
            | TMVFPointStyle
            | undefined;
    }

    A map of layer styles, where keys represent the group IDs of each style.

    Type Declaration