Hi! I am currently working on downloading maps for offline use and am utilizing the tile-cache-size-job to estimate the size (EstimateTileCacheSizeResult)
However, even though I've applied the UseReducedFontsService, the final vtpk file size is still larger than expected. The estimated size is 3180866 bytes, but the actual vtpk file is 24MB.
Is there a more accurate way to calculate the size, or am I possibly using the wrong method?
Thank you