AWFDataRepresentableStyle
Objective-C
@interface AWFDataRepresentableStyle : NSObject <AWFStyleProvider>
Swift
class AWFDataRepresentableStyle : NSObject, AWFStyleProvider
AWFDataRepresentableStyle
is responsible for managing multiple instances of AWFMapItemStyle
that are associated with various map representable
types associated with a combined overlay.
-
The style specification for map annotations.
Declaration
Objective-C
@property (nonatomic, strong) AWFMapItemStyle *_Nonnull annotations;
Swift
var annotations: AWFMapItemStyle { get set }
-
The style specification for map overlays.
Declaration
Objective-C
@property (nonatomic, strong) AWFMapItemStyle *_Nonnull overlays;
Swift
var overlays: AWFMapItemStyle { get set }
-
The style specification for map polygons.
Declaration
Objective-C
@property (nonatomic, strong) AWFMapItemStyle *_Nonnull polygons;
Swift
var polygons: AWFMapItemStyle { get set }
-
The style specification for map polylines.
Declaration
Objective-C
@property (nonatomic, strong) AWFMapItemStyle *_Nonnull polylines;
Swift
var polylines: AWFMapItemStyle { get set }