• 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.

    See more

    Declaration

    Swift

    public struct Expression : Codable, CustomStringConvertible, Equatable
  • Exp

    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 more

    Declaration

    Swift

    public struct FormatOptions : Codable, Equatable, ExpressionArgumentConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public struct NumberFormatOptions : Codable, Equatable, ExpressionArgumentConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public struct CollatorOptions : Codable, Equatable, ExpressionArgumentConvertible