getLabelStyle abstract method

VenueLabelStyle getLabelStyle(
  1. String name
)

Gets a label style.

  • name The name of the label style to get.

Returns VenueLabelStyle. The label style.

Implementation

VenueLabelStyle getLabelStyle(String name);