onMapWindowSizeChanged abstract method

void onMapWindowSizeChanged(
  1. MapWindow mapWindow,
  2. int newWidth,
  3. int newHeight
)

Called when MapWindow handles the platform SizeChanged event. param@ absolute Screen coordinates.

Implementation

void onMapWindowSizeChanged(mapkit_map_map_window.MapWindow mapWindow,
    core.int newWidth, core.int newHeight);