VenueGeometryStyle

public class VenueGeometryStyle
extension VenueGeometryStyle: NativeBase
extension VenueGeometryStyle: Hashable

Represents a style of the VenueGeometry.

  • Creates a custom style with specific parameters.

    Declaration

    Swift

    public init(mainColor: UIColor, outlineColor: UIColor, outlineWidth: Float)

    Parameters

    mainColor

    The main color.

    outlineColor

    The outline color.

    outlineWidth

    The outline width.

  • The main color.

    Declaration

    Swift

    public var mainColor: UIColor { get }
  • The outline color.

    Declaration

    Swift

    public var outlineColor: UIColor { get }
  • The outline width.

    Declaration

    Swift

    public var outlineWidth: Float { get }
  • The label style name. Defaults to`null, if a label style name has not been set for this style.

    Declaration

    Swift

    public var labelStyleName: String? { get }