TileSchemaBuilder

abstract class TileSchemaBuilder<out T : TileSchema> : GenericBuilder<T>

Base class every tile builder extends; produces the concrete TileSchema instance T the tile compiles down to.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): T

Produces this builder's concrete schema instance. Called once, by GenericBuilderScope.build, with compositionLocals active.