interface JBasemap {
    attributions?: JMapAttribution[];
    extent?: JBoundaryBox;
    id: string;
    label: string;
    maxzoom?: number;
    minzoom?: number;
    previewImageAsUrlOrBase64?: string;
    scheme?: JMAP_RASTER_SCHEME_TYPES;
    tileSize?: number;
    tileUrls: string[];
}

Properties

attributions?: JMapAttribution[]
extent?: JBoundaryBox
id: string
label: string
maxzoom?: number
minzoom?: number
previewImageAsUrlOrBase64?: string
tileSize?: number
tileUrls: string[]