Builder

class Builder

Constructors

Builder
Link copied to clipboard
open fun Builder()

Functions

bounds
Link copied to clipboard

The bounds covering the region.

open fun bounds(bounds: CoordinateBounds): OfflineRegionTilePyramidDefinition.Builder
build
Link copied to clipboard
open fun build(): OfflineRegionTilePyramidDefinition
glyphsRasterizationMode
Link copied to clipboard

Specifies glyphs download mode.

open fun glyphsRasterizationMode(glyphsRasterizationMode: GlyphsRasterizationMode): OfflineRegionTilePyramidDefinition.Builder
maxZoom
Link copied to clipboard

Maximum zoom level for the offline region.

open fun maxZoom(maxZoom: Double): OfflineRegionTilePyramidDefinition.Builder
minZoom
Link copied to clipboard

Minimum zoom level for the offline region.

open fun minZoom(minZoom: Double): OfflineRegionTilePyramidDefinition.Builder
pixelRatio
Link copied to clipboard

Pixel ratio to be accounted for when downloading assets.

open fun pixelRatio(pixelRatio: Float): OfflineRegionTilePyramidDefinition.Builder
styleURL
Link copied to clipboard

The style associated with the offline region.

open fun styleURL(styleURL: String): OfflineRegionTilePyramidDefinition.Builder