AWFAmpTileSource
Objective-C
@interface AWFAmpTileSource : AWFTileSource
Swift
class AWFAmpTileSource : AWFTileSource
An AWFAmpTileSource object is a sublcass of AWFTileSource that manages a tile URL responsible for generating the proper URLs when requesting
Aeris Maps (AMP) imagery.
-
The map tile URL for the source.
Declaration
Objective-C
@property (nonatomic, strong) AWFMapTileURL *tileURL;Swift
var tileURL: AWFMapTileURL! { get set }
View on GitHub
AWFAmpTileSource Class Reference