public class

TileLoadListener

extends Object
java.lang.Object
   ↳ com.carto.layers.TileLoadListener

Class Overview

Interface for monitoring tile loading events.

Summary

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
From class java.lang.Object

Public Constructors

public TileLoadListener ()

Public Methods

public synchronized void delete ()

public void onPreloadingTilesLoaded ()

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.

public void onVisibleTilesLoaded ()

Listener method that gets called when all visible raster tiles have finished loading.