getDataVersion abstract method

TileSourceDataVersion getDataVersion(
  1. TileKey tileKey
)

Gets the current data version of a tile.

  • tileKey Key of the tile for which to retrieve the version.

Returns TileSourceDataVersion. Data version for a tile.

Implementation

TileSourceDataVersion getDataVersion(TileKey tileKey);