Layout

public struct Layout : Codable

Undocumented

  • Whether this layer is displayed.

    Declaration

    Swift

    public var visibility: Value<Visibility>?
  • Undocumented

    Declaration

    Swift

    public init()
  • 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 fillSortKey: Value<Double>?