remove method
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());
Removes the popup from the map it has been added to.
@example
var popup = new mapboxgl.Popup().addTo(map);
popup.remove();
@returns {Popup} this
Popup remove() => Popup.fromJsObject(jsObject.remove());