Interface LoadDeckGlAdapterOptionsExperimental

Options for creating an adapter by loading the optional deck.gl layers peer.

interface LoadDeckGlAdapterOptions {
    importModule?: DeckGlModuleImporter;
    limits?: Partial<DeckGlProjectionLimits>;
}

Hierarchy (view full)

Properties

importModule?: DeckGlModuleImporter
limits?: Partial<DeckGlProjectionLimits>