supportsTile abstract method

Future<bool> supportsTile(
  1. Tile tile
)

Returns true if MapDatabase contains the given tile.

@param tile tile to be rendered. @return true if tile is part of database.

Implementation

Future<bool> supportsTile(Tile tile);