Interface LayerOptions

interface LayerOptions {
    attribution?: string;
    pane?: string;
}

Hierarchy (View Summary)

Properties

Properties

attribution?: string
pane?: string