After
mapComponent.stopMapping();
is called, the mapComponent continues to get map tiles from the server.
Is there a way to stop this happening?
I'm trying to close my application, and want to close everything down nicely. Is there a way to at least determine when the network requests are done?
Right now you cannot control it directly, but we plan to improve this part.
/JaakL