mapHeight method

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

The number of pixels ("map height") at zoom in the Y axis.

Implementation

@override
int mapHeight(int zoom) => mapSize(zoom);