createOffscreenMapWindow abstract method

OffscreenMapWindow createOffscreenMapWindow({
  1. required int width,
  2. required int height,
})

Creates an OffscreenMapWindow

Implementation

mapkit_map_map_window.OffscreenMapWindow createOffscreenMapWindow({
  required core.int width,
  required core.int height,
});