Content Sources
-
An
See moreAWFAmpTileSource
object is a sublcass ofAWFTileSource
that manages a tile URL responsible for generating the proper URLs when requesting Aeris Maps (AMP) imagery.Declaration
Objective-C
@interface AWFAmpTileSource : AWFTileSource
Swift
class AWFAmpTileSource : AWFTileSource
-
An
See moreAWFCombinedSource
object represents a data source that manages a combination of different overlays on a map. Specifically, this layer type manages annotations, overlays, polygons and polylines needed to display a specific data layer.Declaration
Objective-C
@interface AWFCombinedSource : AWFPointSource
Swift
class AWFCombinedSource : AWFPointSource
-
An
See moreAWFLabelSource
object represents and manages textual label data on a map.Declaration
Objective-C
@interface AWFLabelSource : AWFPointSource
Swift
class AWFLabelSource : AWFPointSource
-
An
See moreAWFMapContentSource
object is the base class that represents an data source on a map. This base class should not be used directly. Instead,AWFMapContentSource
subclasses should be used to provide the necessary functionality for that layer type.Declaration
Objective-C
@interface AWFMapContentSource : NSObject
Swift
class AWFMapContentSource : NSObject
-
An
See moreAWFPointSource
object represents a map content source that manages a series of points on the map.Declaration
Objective-C
@interface AWFPointSource : AWFMapContentSource <AWFStylable, AWFAnimatableOverlay, AWFDataAnimationDataSource>
Swift
class AWFPointSource : AWFMapContentSource, AWFStylable, AWFAnimatableOverlay, AWFDataAnimationDataSource
-
An
See moreAWFRasterSource
object represents a map content source that maintains a single image on a map.Declaration
Objective-C
@interface AWFRasterSource : AWFMapContentSource
Swift
class AWFRasterSource : AWFMapContentSource
-
An
See moreAWFShapeSource
object represents a map content source that maintains shape/polygon data on a map.Declaration
Objective-C
@interface AWFShapeSource : AWFMapContentSource <AWFStylable>
Swift
class AWFShapeSource : AWFMapContentSource, AWFStylable
-
An
See moreAWFTileSource
object is a map content source that represents and manages a tile resources on a map.Declaration
Objective-C
@interface AWFTileSource : AWFMapContentSource <AWFTileDataSource, AWFTimeDependent, AWFAnimatableOverlay, AWFImageAnimationDataSource>
Swift
class AWFTileSource : AWFMapContentSource, AWFTileDataSource, AWFTimeDependent, AWFAnimatableOverlay, AWFImageAnimationDataSource