Type Alias TMVFStyleCollection

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

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

MMNEPVFCICPMFPCPTTAAATR