Locutus of Borg
Locutus of Borg
Have a look at [this thread](https://stackoverflow.com/questions/34981568/how-can-i-add-a-marker-on-ios-charts)
As it turns out, this is not a bug per se, but occurs because the java.net.Socket is opening a native resource (socket handle) and apparently it does not release the...
Did you have a look at: ``` factory.addTileListener(new TileListener() { @Override public void tileLoaded(Tile tile) { //...do something here } }); ```
What about getPendingTiles() in AbstractTileFactory?
I was able to override this method to overzoom, but the problem is the pixel to geo and geo to pixel methods will no longer work. I think the feature...