getDataTimestamp abstract method

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

int? getDataTimestamp(Tile tile);