ExtentParameters: [Coordinates, Coordinates] | [number, number, number, number] | [{
    east: number;
    north: number;
    south: number;
    west: number;
}]

Possible values to define an extent. The following combinations are supported:

  • 2 coordinates for the min and max corners of the extent
  • 4 numerical values for the minx, maxx, miny, maxy
  • an object with west, east, south, north properties