interface BasemapCompatOptions {
    baseLayers?: readonly unknown[];
    eventBus?: CompatEventBus;
    id?: string;
    referenceLayers?: readonly unknown[];
    title?: string;
}

Properties

baseLayers?: readonly unknown[]
eventBus?: CompatEventBus
id?: string
referenceLayers?: readonly unknown[]
title?: string