Control
abstract external class Control<T : Control.ControlOptions>(options: T = definedExternally) : Class(source)
Control is a base class for implementing map controls. Handles positioning. All other controls extend from this class.
See https://leafletjs.com/reference.html#control
Inheritors
Types
Link copied to clipboard
                  interface ControlOptions
Link copied to clipboard
                  interface LayersObject
Object literal with layer names as keys and Layer objects as values.