createOffscreenMapWindowWithScale abstract method
Creates an OffscreenMapWindow with custom scale factor The scale factor is equal to the number of pixels per device-independent point.
Implementation
mapkit_map_map_window.OffscreenMapWindow createOffscreenMapWindowWithScale({
required core.int width,
required core.int height,
required core.double customScaleFactor,
});