setOverviewRect abstract method

void setOverviewRect({
  1. ScreenRect? rect,
  2. Animation? animation,
})

Defines area, where all routes should be shown in 'Overview' mode. If overviewRect is null, mapWindow.focusRect used.

Implementation

void setOverviewRect({
  mapkit_screen_types.ScreenRect? rect,
  mapkit_animation.Animation? animation,
});