Fill

public struct Fill : Encodable

Undocumented

  • Sets the fill outline color (mapbox.layer.paint.fill-outline-color).

    Has an effect only when type is set to fill.

    Declaration

    Swift

    public var outlineColor: Color?
  • Creates Fill object with specified properties.

    Declaration

    Swift

    public init(outlineColor: Color? = nil)

    Parameters

    outlineColor

    Sets the fill outline color (mapbox.layer.paint.fill-outline-color).