Type Alias TMVFStyleCollection

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

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