AWFOverlayStylable

@protocol AWFOverlayStylable <NSObject>

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 (readwrite, strong, nonatomic) AWFMapItemStyle *_Nonnull overlay;

    Swift

    var overlay: AWFMapItemStyle { get set }