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

Hierarchy (View Summary)

Properties

maxOverzoomLevel?: number
maxZoom?: number
minZoom?: number
projection: IProjection