YMKOffscreenMapWindow

@interface YMKOffscreenMapWindow : NSObject

Wraps YMKMapWindow 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;

Properties

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

Instance methods

captureScreenshot

- (nonnull UIImage *)captureScreenshot;


Properties

mapWindow

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


Предыдущая
Следующая