VenueStyle

public class VenueStyle
extension VenueStyle: NativeBase
extension VenueStyle: Hashable

Represents a style of the venue. Contains the information about the geometry and label styles available for the venue.

  • Undocumented

    Declaration

    Swift

    public typealias StringArray = [String]
  • Gets a geometry style.

    Declaration

    Swift

    public func getStyle(name: String) -> VenueGeometryStyle

    Parameters

    name

    The name of the geometry style to get.

    Return Value

    The geometry style.

  • Gets a label style.

    Declaration

    Swift

    public func getLabelStyle(name: String) -> VenueLabelStyle

    Parameters

    name

    The name of the label style to get.

    Return Value

    The label style.