openPopup method

LeafletMap openPopup(
  1. Popup popup
)

Opens the specified popup while closing the previously opened (to make sure only one is opened at one time for usability).

Implementation

external LeafletMap openPopup(Popup popup);