TileStoreOfflineArchiveView

@MapboxExperimental
open class TileStoreOfflineArchiveView

Provides a read-only view of the TileStore offline archive.

Functions

Link copied to clipboard
@MapboxExperimental
open fun getRegions(): HashMap<String, TileRegion>
Returns the regions in the offline archive.
Link copied to clipboard
@MapboxExperimental
open fun getRequiredResourceBytes(): Long
Returns the byte count of all resources of the offline archive.
Link copied to clipboard
@MapboxExperimental
open fun getRequiredResourceCount(): Long
Returns the resource count of the offline archive.
Link copied to clipboard
@MapboxExperimental
open fun getStylePackURIs(): List<String>
Returns the style pack URIs in the offline archive.
Link copied to clipboard
@MapboxExperimental
open fun make(@NonNull descriptors: List<Long>): Expected<TileStoreImportError, TileStoreOfflineArchiveView>
Creates a TileStoreOfflineArchiveView instance.