AWFStylable
@protocol AWFStylable <NSObject>
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 (readwrite, strong, nonatomic) id _Nonnull style;
Swift
var style: Any { get set }