Hello everyone.
I'm creating an Android app within which the user can download new maps (*.map files).
After downloading or deleting maps, I wanted to update the map, but map.clearMap() doesn't work.
I can't get rid of the deleted map tiles. They remain on the map even after I delete the files.
I tried feeding it an empty tile source, using clearMap(), deleting all layers and even running onDestroy() on the mapView. Nothing works.
What am I missing?
Thank you very much.
I know this is an Android specific question, but I didn't know where else to post it.