YMKOfflineCacheRegionListener

protocol YMKOfflineCacheRegionListener : NSObjectProtocol

Примечание

This feature is not available in the free MapKit version.

Listener to handle region information.

Summary

Instance methods

func onRegionStateChanged(withRegionId regionId: UInt)
Region state was changed

func onRegionProgress(withRegionId regionId: UInt)
Progress of specific region download was updated

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.