AWFDataRepresentableStyleProvider
Objective-C
@protocol AWFDataRepresentableStyleProvider <NSObject>
Swift
protocol AWFDataRepresentableStyleProvider : NSObjectProtocol
The AWFDataRepresentableStyleProvider protocol is adopted by an object that provides the style specifications for multiple map representable types.
-
The combined style specification provider.
Declaration
Objective-C
@property (nonatomic, strong) AWFDataRepresentableStyle *_Nonnull styleProvider;Swift
var styleProvider: AWFDataRepresentableStyle { get set }
View on GitHub
AWFDataRepresentableStyleProvider Protocol Reference