AWFLabelSource
@interface AWFLabelSource : AWFPointSource
An AWFLabelSource
object represents and manages textual label data on a map.
-
The formatter block used to format text data displayed with the layer.
Declaration
Objective-C
@property (readonly, nonatomic) AWFLabelDataFormatter formatter;
Swift
var formatter: AWFLabelDataFormatter! { get }
-
Assigns the text formatter block to use when rendering text point data for the layer.
Declaration
Objective-C
- (void)setValueFormatter:(AWFLabelDataFormatter)formatter;
Swift
func setValueFormatter(_ formatter: AWFLabelDataFormatter!)