Interface PopupBindingHandle

Handle returned by bindPopup — call remove() on teardown.

interface PopupBindingHandle {
    layerId: string;
    remove(): void;
}

Properties

Methods

Properties

layerId: string

Methods