AWFAmpTileSource

@interface 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 (readwrite, strong, nonatomic) AWFMapTileURL *tileURL;

    Swift

    var tileURL: AWFMapTileURL! { get set }