Interface MVTTile.TileListener
-
- All Known Implementing Classes:
MVTLayer
- Enclosing class:
- MVTTile
public static interface MVTTile.TileListener
A class that can be notified that a tile has finished loading
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
finishedLoading(MVTTile tile)
Called when the MVTTile is finished loading
-
-
-
Method Detail
-
finishedLoading
void finishedLoading(MVTTile tile)
Called when the MVTTile is finished loading- Parameters:
tile
- The tile that finished loading
-
-