Marker

public struct Marker : Encodable

Undocumented

  • Sets the aggregation data.

    Declaration

    Swift

    public var color: [Double]?
  • Creates Marker object with specified properties.

    Declaration

    Swift

    public init(color: [Double]? = nil)

    Parameters

    color

    Sets the aggregation data.