interface MapControls {
    ATTRIBUTION: AttributionControlOptions;
    ZOOM: ZoomControlOptions;
    [name: string]: Record<string, any>;
}

Hierarchy (view full)

Indexable

  • [name: string]: Record<string, any>

Properties

Properties