TerrainTileStore
Raw Terrarium WebP tiles as a plain file hierarchy under baseDir: <baseDir>/<source>/<zoom>/<x>/<y>.webp.
Plain files, not a SQLite archive (unlike the base offline layer's Google-only archive): this store also has to work on Desktop, and Okio's FileSystem is genuinely multiplatform where Android's SQLite APIs aren't. One instance is scoped to one region's own terrain directory — callers own deciding where that directory lives.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Total bytes on disk under baseDir — both TerrainSource.GLOBAL and TerrainSource.REGIONAL, if present.
Link copied to clipboard