interface MBVectorTileDecoderOptions {
    cartoCss?: string;
    dirPath?: string;
    liveReload?: boolean;
    style?: string;
    zipPath?: string;
}

Hierarchy (view full)

Properties

cartoCss?: string
dirPath?: string
liveReload?: boolean
style?: string
zipPath?: string

Generated using TypeDoc