Layout

public struct Layout : Codable

Undocumented

  • Whether this layer is displayed.

    Declaration

    Swift

    public var visibility: Visibility?
  • Undocumented

    Declaration

    Swift

    public init()
  • The display of line endings.

    Declaration

    Swift

    public var lineCap: LineCap?
  • The display of lines when joining.

    Declaration

    Swift

    public var lineJoin: LineJoin?
  • Used to automatically convert miter joins to bevel joins for sharp angles.

    Declaration

    Swift

    public var lineMiterLimit: Value<Double>?
  • Used to automatically convert round joins to miter joins for shallow angles.

    Declaration

    Swift

    public var lineRoundLimit: Value<Double>?
  • Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key.

    Declaration

    Swift

    public var lineSortKey: Value<Double>?