I want to clear the content of panel. This is my code to create panel.
directionsDisplay.setPanel(document.getElementById('panel'));
Now when I press the back button and again content of panel is not remove and new content append the previous content.
Please help me. Thanks in advance.