getDataTimestamp abstract method

Future<int?> getDataTimestamp(
  1. Tile tile
)

Returns the timestamp of the data used to render a specific tile.

@param tile A tile. @return the timestamp of the data used to render the tile

Implementation

Future<int?> getDataTimestamp(Tile tile);