openPopup method

Layer openPopup([
  1. LatLng? latlng
])

Opens the bound popup at the specified latlng or at the default popup anchor if no latlng is passed.

Implementation

external Layer openPopup([LatLng? latlng]);