Border

public struct Border : Encodable

Undocumented

  • Sets the stroke color.

    It accepts a specific color. If the color is not fully opaque and there are hundreds of thousands of points, it may cause slower zooming and panning.

    Declaration

    Swift

    public var color: Color?
  • Specifies what fraction of the marker area is covered with the border.

    Declaration

    Swift

    public var areaRatio: Double?
  • Creates Border object with specified properties.

    Declaration

    Swift

    public init(color: Color? = nil, areaRatio: Double? = nil)

    Parameters

    color

    Sets the stroke color.

    areaRatio

    Specifies what fraction of the marker area is covered with the border.