renderTimeline
abstract fun renderTimeline(state: T, requestParams: RequestBuilders.TileRequest): TileBuilders.Tile
Produce a Timeline for the given tile request and the given state.
The state may either represent a single tile or a timeline, in which case the renderer is responsible for determining how many tiles in the timeline.
Parameters
tileState
the state of the tile, typically a data class
requestParams
the incoming request params.