AWFMKAmpTileSource
Objective-C
@interface AWFMKAmpTileSource
: AWFAmpTileSource <AWFOverlayProvider, AWFMKTileProvider>
Swift
class AWFMKAmpTileSource : AWFAmpTileSource, AWFOverlayProvider, AWFMKTileProvider
An AWFMKAmpTileSource object is a subclass of AWFAmpTileSource that provides the necessary MKOverlay instance to use with Apple’s
MapKit for displaying a tile overlay using imagery from the Aeris Maps Platform (AMP) on an MKMapView instance.
-
The
MKTileOverlayinstance 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 }
View on GitHub
AWFMKAmpTileSource Class Reference