interface LocalVectorDataSourceOptions {
    maxZoom?: number;
    minZoom?: number;
    projection: IProjection;
}

Hierarchy (view full)

Properties

maxZoom?: number
minZoom?: number
projection: IProjection

Generated using TypeDoc