MMKOfflineCacheRegionListener

@protocol MMKOfflineCacheRegionListener <NSObject>

Note

This feature is not available in the free MapKit version.

Listener to handle region information.

Summary

Instance methods

- (void)onRegionStateChangedWithRegionId:(NSUInteger)regionId;
Region state was changed

- (void)onRegionProgressWithRegionId:(NSUInteger)regionId;
Progress of specific region download was updated

Instance methods

onRegionStateChangedWithRegionId:

- (void)onRegionStateChangedWithRegionId:(NSUInteger)regionId;

Region state was changed.


onRegionProgressWithRegionId:

- (void)onRegionProgressWithRegionId:(NSUInteger)regionId;

Progress of specific region download was updated.