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; |
Properties
@property (nonatomic, readonly, nonnull) MMKMapWindow *mapWindow; |
Instance methods
captureScreenshot
- (nonnull UIImage *)captureScreenshot; |
Undocumented
Properties
mapWindow
@property (nonatomic, readonly, nonnull) MMKMapWindow *mapWindow; |
Undocumented