Interface AnalyticsSourceTilesetDescriptor

interface AnalyticsSourceTilesetDescriptor {
    id: string;
    maxzoom?: number;
    minzoom?: number;
    sourceLayer?: string;
    tileMatrixSet?: string;
    url?: string;
}

Properties

id: string
maxzoom?: number
minzoom?: number
sourceLayer?: string
tileMatrixSet?: string
url?: string