update and docs for TileLoaderHooks

- add complete() method to TileLoaderHooks
- use Inlist instead of array for hooks
This commit is contained in:
Hannes Janetzek
2014-06-16 23:25:59 +02:00
parent 978b5ead44
commit 2995de938e
5 changed files with 83 additions and 31 deletions

View File

@@ -73,6 +73,10 @@ public class Poi3DLayer extends Layer implements Map.UpdateListener {
return true;
}
@Override
public void complete(MapTile tile, boolean success) {
}
});
mTileLayer = tileLayer;