AWFMKRasterSource
@interface AWFMKRasterSource : AWFRasterSource
An AWFMKRasterSource
object is a subclass of AWFRasterSource
that provides the necessary MKOverlay
instance to use with Apple’s MapKit for displaying
a single static image overlay on an MKMapView
instance.
-
The
MKOverlay
instance managing the image.Declaration
Objective-C
@property (readonly, strong, nonatomic) AWFMKImageOverlay *_Nonnull overlay;
Swift
var overlay: AWFMKImageOverlay { get }