MMKPanoramaIconImageFactory

@protocol MMKPanoramaIconImageFactory <NSObject>

Undocumented

Summary

Instance methods

- (nullable UIImage *)loadWithIconId:(nonnull NSString *)iconId
                               scale:(double)scale;

Called once the icon is visible in view frustum If the icon can't be loaded, empty value must be returned

Instance methods

loadWithIconId:scale:

- (nullable UIImage *)loadWithIconId:(nonnull NSString *)iconId
                               scale:(double)scale;

Called once the icon is visible in view frustum If the icon can't be loaded, empty value must be returned. Scale - scale factor. mdpi: 1.0 , xhdpi: 2.0, etc. If you have image resources for different pixel densities, just ignore this parameter.

This method will be called on a background thread.