AWFMKRasterSource
Objective-C
@interface AWFMKRasterSource : AWFRasterSource
Swift
class 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
MKOverlayinstance managing the image.Declaration
Objective-C
@property (nonatomic, strong, readonly) AWFMKImageOverlay *_Nonnull overlay;Swift
var overlay: AWFMKImageOverlay { get }
View on GitHub
AWFMKRasterSource Class Reference