bindPopup

open fun bindPopup(content: (layer: Layer<T>) -> Any, options: Popup.PopupOptions = definedExternally): Layer<T>(source)
open fun bindPopup(content: String, options: Popup.PopupOptions = definedExternally): Layer<T>(source)
open fun bindPopup(content: HTMLElement, options: Popup.PopupOptions = definedExternally): Layer<T>(source)
open fun bindPopup(content: Popup, options: Popup.PopupOptions = definedExternally): Layer<T>(source)