TileCache.withFileUri constructor

TileCache.withFileUri(
  1. Uri fileUri
)

Create a tile cache from the specified tile cache path.

Creates a tile cache from the given local path to a tile package (.tpk or .tpkx file), or directory containing a compact or exploded cache.

Parameters:

  • fileUri — The path to the tile cache.