MMKOfflineCacheRegionListener
protocol MMKOfflineCacheRegionListener : NSObjectProtocol |
Note
This feature is not available in the free MapKit version.
Listener to handle region information.
Summary
Instance methods
func onRegionStateChanged(withRegionId regionId: UInt) |
func onRegionProgress(withRegionId regionId: UInt) |
Instance methods
onRegionStateChanged(withRegionId:)
func onRegionStateChanged(withRegionId regionId: UInt) |
Region state was changed.
onRegionProgress(withRegionId:)
func onRegionProgress(withRegionId regionId: UInt) |
Progress of specific region download was updated.