AWFMKTileSource
Objective-C
@interface AWFMKTileSource
: AWFTileSource <AWFOverlayProvider, AWFMKTileProvider>
Swift
class AWFMKTileSource : AWFTileSource, AWFOverlayProvider, AWFMKTileProvider
An AWFMKTileSource
object is a subclass of AWFTileSource
that provides the necessary MKOverlay
instance to use with Apple’s MapKit
for displaying a tile overlay on an MKMapView
instance.
-
The
MKTileOverlay
instance managed by the layer.Declaration
Objective-C
@property (nonatomic, strong, readonly) id<MKOverlay> _Nonnull overlay;
Swift
var overlay: MKOverlay { get }
-
The position of the overlay relative to other content on the map.
Declaration
Objective-C
@property (nonatomic) MKOverlayLevel overlayLevel;
Swift
var overlayLevel: MKOverlayLevel { get set }