createOffscreenMapWindowWithScale abstract method

OffscreenMapWindow createOffscreenMapWindowWithScale({
  1. required int width,
  2. required int height,
  3. required double customScaleFactor,
})

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,
});