setMapSize method

void setMapSize(
  1. double x,
  2. double y
)

Implementation

void setMapSize(double x, double y) {
  mapX = x;
  mapY = y;
}