Interface RegionListener
com.yandex.mapkit.offline_cache
public interface RegionListener
Attention.
Listener to handle region information. This feature is not available in the free MapKit version.
Methods
void | onRegionProgress(int regionId) | Progress of specific region download was updated. |
void | onRegionStateChanged(int regionId) | Region state was changed. |
void | onRegionProgress(int regionId) | Progress of specific region download was updated. |
void | onRegionStateChanged(int regionId) | Region state was changed. |
Method Detail
onRegionProgress
public void onRegionProgress (int regionId)
Progress of specific region download was updated.
onRegionStateChanged
public void onRegionStateChanged (int regionId)
Region state was changed.