I have an app with three components: a button, an edittext and a webview.
The button uses a search criteria entered in the edittext to generate markers for google maps. My problem is how to clear the map if a new search is required?
A html file is created locally which is read into the webview, therefore I would have at least the possibilty to:
1. Delete the webview and make a new one
2. load a dummy file with nothing in it and then the real file - tried this, did not work
3. Do something else?
Ideas please.