AWFOverlayStylable
Objective-C
@protocol AWFOverlayStylable <NSObject>
Swift
protocol AWFOverlayStylable : NSObjectProtocol
The AWFOverlayStylable
protocol is adopted by an object that provides the style specifications for a map overlay.
-
The style specification for map overlays.
Declaration
Objective-C
@property (nonatomic, strong) AWFMapItemStyle *_Nonnull overlay;
Swift
var overlay: AWFMapItemStyle { get set }
-
The style specification for map polygons overlays.
Declaration
Objective-C
@property (nonatomic, strong) AWFMapItemStyle *_Nonnull polygons;
Swift
var polygons: AWFMapItemStyle { get set }
-
The style specification for map polyline overlays.
Declaration
Objective-C
@property (nonatomic, strong) AWFMapItemStyle *_Nonnull polylines;
Swift
var polylines: AWFMapItemStyle { get set }