onMapLongPress method

Stream<MapLongPressEvent> onMapLongPress({
  1. required int mapId,
})

Implementation

Stream<MapLongPressEvent> onMapLongPress({required int mapId}) {
  return _events(mapId).whereType<MapLongPressEvent>();
}