Content Sources
-
An
See moreAWFAmpTileSourceobject is a sublcass ofAWFTileSourcethat manages a tile URL responsible for generating the proper URLs when requesting Aeris Maps (AMP) imagery.Declaration
Objective-C
@interface AWFAmpTileSource : AWFTileSourceSwift
class AWFAmpTileSource : AWFTileSource -
An
See moreAWFCombinedSourceobject 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 : AWFPointSourceSwift
class AWFCombinedSource : AWFPointSource -
An
See moreAWFLabelSourceobject represents and manages textual label data on a map.Declaration
Objective-C
@interface AWFLabelSource : AWFPointSourceSwift
class AWFLabelSource : AWFPointSource -
An
See moreAWFMapContentSourceobject is the base class that represents an data source on a map. This base class should not be used directly. Instead,AWFMapContentSourcesubclasses should be used to provide the necessary functionality for that layer type.Declaration
Objective-C
@interface AWFMapContentSource : NSObjectSwift
class AWFMapContentSource : NSObject -
An
See moreAWFPointSourceobject 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 moreAWFRasterSourceobject represents a map content source that maintains a single image on a map.Declaration
Objective-C
@interface AWFRasterSource : AWFMapContentSourceSwift
class AWFRasterSource : AWFMapContentSource -
An
See moreAWFShapeSourceobject 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 moreAWFTileSourceobject 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
View on GitHub
Content Sources Reference