MMKOffscreenMapWindow

@interface MMKOffscreenMapWindow : NSObject

Wraps MMKMapWindow without its own view to render. Allows to render map on additional surfaces in separate processes without having to create MapView control in the main process.

Summary

Instance methods

- (nonnull UIImage *)captureScreenshot;
Undocumented

Properties

@property (nonatomic, readonly, nonnull) MMKMapWindow *mapWindow;
Undocumented

Instance methods

captureScreenshot

- (nonnull UIImage *)captureScreenshot;

Undocumented


Properties

mapWindow

@property (nonatomic, readonly, nonnull) MMKMapWindow *mapWindow;

Undocumented