closeTooltip method

LeafletMap closeTooltip([
  1. Tooltip? tooltip
])

Creates a tooltip with the specified content and options and open it. Closes the tooltip given as parameter.

Implementation

// external LeafletMap openTooltip(String content, LatLng latlng, [Tooltip options] );

/// Closes the tooltip given as parameter.
external LeafletMap closeTooltip([Tooltip? tooltip]);