getTile abstract method

Future<Tile> getTile(
  1. int x,
  2. int y,
  3. int? zoom
)

Returns the tile to be used for this tile coordinate.

See TileOverlay for the specification of tile coordinates.

Implementation

Future<Tile> getTile(int x, int y, int? zoom);