Popup

Popup instances are created by the Viewer when calling the method viewer.addPopup(). Popups can also be bound to Markers by calling the method marker.bindPopup().

popup.getAnchor()

Gets the anchor position of the popup.

popup.setAnchor(position)

Sets the anchor position of the popup.

popup.isVisible()

Returns true if the popup is visible.

popup.setVisible(visible)

Sets the visibility of the popup.

popup.remove()

Removes the popup.