sdk-maps / com.tomtom.online.sdk.map.style.expression / FormattedText / format

format

static fun format(formattedTextSections: MutableList<FormattedTextSection!>!): FormattedText!

Creates a formatted text consisting of provided sections.

Parameters

formattedTextSections - MutableList<FormattedTextSection!>!: A list of formatted text sections. Each section can use a different format.

Return
FormattedText!: Formatted text consisting of provided sections.