update and docs for TileLoaderHooks
- add complete() method to TileLoaderHooks - use Inlist instead of array for hooks
This commit is contained in:
@@ -73,6 +73,10 @@ public class Poi3DLayer extends Layer implements Map.UpdateListener {
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void complete(MapTile tile, boolean success) {
|
||||
}
|
||||
});
|
||||
mTileLayer = tileLayer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user