matrixHeight method

  1. @override
int matrixHeight(
  1. int zoom
)
override

The number of tiles ("matrix height") at zoom in the Y axis.

Implementation

@override
int matrixHeight(int zoom) => 1 << zoom;