MTStyleDependencies

data class MTStyleDependencies(val sprites: List<MTStyleSprite>, val glyphsTemplate: String?, val sources: List<MTStyleSource> = emptyList(), val fontStacks: List<List<String>> = emptyList())

Represents the non-tile dependencies extracted from a style JSON.

Constructors

constructor(sprites: List<MTStyleSprite>, glyphsTemplate: String?, sources: List<MTStyleSource> = emptyList(), fontStacks: List<List<String>> = emptyList())

Properties

The unique font stacks required by the style layers.

The glyphs template URL required by the style.

The tile sources required by the style.

The sprites required by the style.