TileStoreImportOptions

@MapboxExperimental
open class TileStoreImportOptions

Tile store import operation options.

Functions

Link copied to clipboard
@MapboxExperimental
open fun getArchiveFileDescriptors(): List<Long>
Gets the list of archive file descriptors.
Link copied to clipboard
@MapboxExperimental
open fun getFilter(): TileStoreFilter
Reserved for future use.
Link copied to clipboard
@MapboxExperimental
open fun getMaxImportChunkSize(): Long
See setMaxImportChunkSize.
Link copied to clipboard
@MapboxExperimental
open fun getStartLocation(): Point
See startLocation.
Link copied to clipboard
@MapboxExperimental
open fun make(): TileStoreImportOptions
Creates a TileStoreImportOptions instance without any applied options.
Link copied to clipboard
@MapboxExperimental
open fun setArchiveFileDescriptors(@NonNull descriptors: List<Long>): TileStoreImportOptions
Sets the list of archive file descriptors from the export package.
Link copied to clipboard
@MapboxExperimental
open fun setFilter(@Nullable filter: TileStoreFilter): TileStoreImportOptions
Reserved for future use.
Link copied to clipboard
@MapboxExperimental
open fun setMaxImportChunkSize(maxChunkSize: Long): TileStoreImportOptions
The size of the chunks in which the import operation will be split for tiles and resources (default: 32MiB).
Link copied to clipboard
@MapboxExperimental
open fun startLocation(@Nullable location: Point): TileStoreImportOptions
Imports starts at the given location and then proceeds to tiles that are further away from it.