AWFStylable
Objective-C
@protocol AWFStylable <NSObject>
Swift
protocol AWFStylable : NSObjectProtocol
The AWFStylable
protocol defines the properties and methods that represents a stylable object, typically one that is rendered on the map.
-
The style associated with the object.
Declaration
Objective-C
@property (nonatomic, strong) id _Nonnull style;
Swift
var style: Any { get set }