MarkerLongPressBehavior.togglePopup constructor
Toggle the popup of the longpressed marker and leave all other visible popups as they are. This is the recommended behavior if you want to show multiple popups at once.
Implementation
MarkerLongPressBehavior.togglePopup()
: _onLongPress = ((MarkerData marker, PopupController popupController) {
popupController.togglePopup(marker);
});