java.lang.Object | |
↳ | com.carto.layers.TileLoadListener |
Interface for monitoring tile loading events.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TileLoadListener() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
synchronized void | delete() | ||||||||||
void |
onPreloadingTilesLoaded()
Listener method that gets called when all preloading raster tiles have finished loading.
| ||||||||||
void |
onVisibleTilesLoaded()
Listener method that gets called when all visible raster tiles have finished loading.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Listener method that gets called when all preloading raster tiles have finished loading.
This method gets called after onVisibleTilesLoaded() and only if preloading is enabled.
Listener method that gets called when all visible raster tiles have finished loading.