Interface OfflineCacheManagerListener

com.yandex.mapkit.offline_cache

public interface OfflineCacheManagerListener

Attention.

This feature is not available in the free MapKit version.

Methods

void onListUpdated()

The map list was loaded from a DB or updated from the server.

void onRegionStateUpdated( Region region)

Region state was updated.

void onListUpdated()

The map list was loaded from a DB or updated from the server.

void onRegionStateUpdated( Region region)

Region state was updated.

Method Detail

onListUpdated

public void onListUpdated ()

The map list was loaded from a DB or updated from the server.

All regions should be invalidated after this call.

onRegionStateUpdated

public void onRegionStateUpdated (Region region)

Region state was updated.