supportsTile abstract method

bool supportsTile(
  1. Tile tile,
  2. Projection projection
)

Returns true if MapDatabase contains the given tile.

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

Implementation

bool supportsTile(Tile tile, Projection projection);