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

Package com.tomtom.online.sdk.map.style.expression

Types

AllExpression

class AllExpression : Expression

Logical "and" expression for given arguments.

AnyExpression

class AnyExpression : Expression

Logical "or" expression for given arguments.

ComparisonExpression

class ComparisonExpression : Expression

Expression for comparison two arguments.

Expression

interface Expression : JniNativeHandleOwner

Base interface for expression.

FormatExpression

class FormatExpression : Expression

An expression representing formatted text. Supports mixed format.

FormatExpressionSection

class FormatExpressionSection : JniNativeHandleOwner

Represents text and its two format parameters - text size scale and font. Supports escape sequences such as '\n' for multiline strings.

FormattedText

class FormattedText : JniNativeHandleOwner

An expression representing formatted text. Supports mixed format.

FormattedTextSection

class FormattedTextSection

Represents text and its format parameters. Supports escape sequences such as '\n' for multiline strings.

GetExpression

class GetExpression : Expression

Gets property value

LiteralExpression

class LiteralExpression : Expression

Literal expression wrapping given value.