Marker

public struct Marker : Encodable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var line: VariableLine?
  • Sets the opacity of the locations.

    Declaration

    Swift

    public var opacity: Data<Double>?
  • Creates Marker object with specified properties.

    Declaration

    Swift

    public init(line: VariableLine? = nil, opacity: Data<Double>? = nil)

    Parameters

    line

    opacity

    Sets the opacity of the locations.