Class ExportTileCacheJob

    • Method Detail

      • getResult

        public TileCache getResult()
        Returns a TileCache object once the job has completed successfully.

        The returned tile cache is in a not loaded state, use TileCache.loadAsync() to load it.

        Specified by:
        getResult in class Job
        Returns:
        a TileCache object once the job has completed successfully, otherwise null
        Since:
        100.0.0
        See Also:
        TileCache