remove method

Popup remove()

Removes the popup from the map it has been added to.

@example var popup = new mapboxgl.Popup().addTo(map); popup.remove(); @returns {Popup} this

Implementation

Popup remove() => Popup.fromJsObject(jsObject.remove());