Memory Usage Always Increase
Hi,
With OracleMaps API, I am removing and adding FOIs and Themes to the map.
I am usilizing:
addFOI, removeFOI methods of Mapview object and
addThemeBasedFOI, removeThemeBasedFOI for Theme.
My problem is my memory usage always increase altought I remove FOI/Theme prior to the addition (repopulation). It seems that the memory do not claimed after removal. How can I claim memory (if it is the problem?). Or under which condition OracleMaps/browser claim memory following the remove methods?.