interface DataSourceOptions {
    maxZoom?: number;
    minZoom?: number;
}

Hierarchy (View Summary)

Properties

Properties

maxZoom?: number
minZoom?: number