-
An
See moreExpression
defines a formula for computing the value of any layout property, paint property, or filter within a map style. Expressions allow you to style data with multiple feature properties at once, apply conditional logic, and manipulate data with mathematical, logical, and string operators. This allows for sophisticated runtime styling.Declaration
Swift
public struct Expression : Codable, CustomStringConvertible, Equatable
-
An
Expression
defines a formula for computing the value of any layout property, paint property, or filter within a map style. Expressions allow you to style data with multiple feature properties at once, apply conditional logic, and manipulate data with mathematical, logical, and string operators. This allows for sophisticated runtime styling.Declaration
Swift
public typealias Exp = Expression
-
Undocumented
See moreDeclaration
Swift
public struct FormatOptions : Codable, Equatable, ExpressionArgumentConvertible
-
Undocumented
See moreDeclaration
Swift
public struct NumberFormatOptions : Codable, Equatable, ExpressionArgumentConvertible
-
Undocumented
See moreDeclaration
Swift
public struct CollatorOptions : Codable, Equatable, ExpressionArgumentConvertible