setExtraOverviewPoints abstract method

void setExtraOverviewPoints(
  1. List<Point>? points
)

Given points will be visible when camera switches to 'Overview' mode. It is useful when you draw some extra info on the map out of routes.

Implementation

void setExtraOverviewPoints(core.List<mapkit_geometry_point.Point>? points);