-- @/lua/ge/extensions/freeroam/bigMapPoiProvider.lua:58
-- Function to set group visibility
M.setGroupVisibility = function(groupKey, isVisible)
groupVisibilityState[groupKey] = isVisible
end
local currentState = M.getGroupVisibility(groupKey)
M.setGroupVisibility(groupKey, not currentState)
--M.sendCurrentLevelMissionsToBigmap()