make

@MapboxExperimental
open fun make(@NonNull descriptors: List<Long>): Expected<TileStoreImportError, TileStoreOfflineArchiveView>

Creates a TileStoreOfflineArchiveView instance.

Parameters

descriptors

List of archive file descriptors from the export package. Exported package is a collection of tile store data package files (extension .tsdp). Each file descriptor should point to a valid ".tsdp" file opened in read-only mode.