Other Classes
The following classes are available globally.
-
An
See moreAWFAmpTileSourceProviderinstance is responsible for managing all raster and text layers and layer options for the Aeris Maps Platform (AMP).Declaration
Objective-C
@interface AWFAmpTileSourceProvider : NSObjectSwift
class AWFAmpTileSourceProvider : NSObject -
A
See moreAWFBasicControlViewis a small view that provides a play/stop button for controlling a weather map’s animation and displays the current time and date for the map’s timeline.Declaration
Objective-C
@interface AWFBasicControlView : UIViewSwift
class AWFBasicControlView : UIView -
See moreAWFCalloutViewis a lightweight callout view that mimic’s the native UICalloutView in iOS that offers greater flexibility and supports being used outside of MapKit.Declaration
Objective-C
@interface AWFCalloutView : UIViewSwift
class AWFCalloutView : UIView -
See moreAWFDataRepresentableStyleis responsible for managing multiple instances ofAWFMapItemStylethat are associated with various map representable types associated with a combined overlay.Declaration
Objective-C
@interface AWFDataRepresentableStyle : NSObject <AWFStyleProvider>Swift
class AWFDataRepresentableStyle : NSObject, AWFStyleProvider -
An
AWFImageAnimationProvideris an object that is responsible forDeclaration
Objective-C
@interface AWFImageAnimationProvider : NSObject <AWFImageAnimationDataSource>Swift
class AWFImageAnimationProvider : NSObject, AWFImageAnimationDataSource -
An
See moreAWFMKAmpTileSourceobject is a subclass ofAWFAmpTileSourcethat provides the necessaryMKOverlayinstance to use with Apple’s MapKit for displaying a tile overlay using imagery from the Aeris Maps Platform (AMP) on anMKMapViewinstance.Declaration
Objective-C
@interface AWFMKAmpTileSource : AWFAmpTileSource <AWFOverlayProvider, AWFMKTileProvider>Swift
class AWFMKAmpTileSource : AWFAmpTileSource, AWFOverlayProvider, AWFMKTileProvider -
An
See moreAWFMKAnnotationobject adopts theAWFAnnotationprotocol and represents a stylable annotation that is added to an Apple MapKit map view.Declaration
Objective-C
@interface AWFMKAnnotation : NSObject <MKAnnotation, AWFAnnotation, AWFStyledMapItem>Swift
class AWFMKAnnotation : NSObject, MKAnnotation, AWFAnnotation, AWFStyledMapItem -
The
See moreAWFMKAnnotationViewclass is a sublcass ofMKAnnotationViewthat supports annotation style and animation effects when rendered on an Apple MapKit map view.Declaration
Objective-C
@interface AWFMKAnnotationView : MKAnnotationView <AWFAnnotationView>Swift
class AWFMKAnnotationView : MKAnnotationView, AWFAnnotationView -
An
AWFMKEarthquakeAnnotationViewobject is anAWFMKAnnotationViewsubclass to represent earthquake-related annotations on a weather map that is configured to use theAWFWeatherMapTypeAppletype.Declaration
Objective-C
@interface AWFMKEarthquakeAnnotationView : AWFMKAnnotationViewSwift
class AWFMKEarthquakeAnnotationView : AWFMKAnnotationView -
An
See moreAWFMKImageOverlayobject is a data object that contains the information needed to render raster imagery in a map view’s area.Declaration
Objective-C
@interface AWFMKImageOverlay : NSObject <MKOverlay>Swift
class AWFMKImageOverlay : NSObject, MKOverlay -
An
See moreAWFMKMultiShapeOverlayobject is a data object that contains the information needed to render multiple polygons and polylines in an Apple MapKit map view’s area.Declaration
Objective-C
@interface AWFMKMultiShapeOverlay : NSObject <MKOverlay, AWFStyledMapItem, AWFMultiShapeOverlay>Swift
class AWFMKMultiShapeOverlay : NSObject -
An
See moreAWFMKMultiShapeOverlayRendereris anMKOverlayRenderersubclass that draws the visual representation of the polygons and polylines associated with anAWFMKMultiShapeOverlayinstance.Declaration
Objective-C
@interface AWFMKMultiShapeOverlayRenderer : MKOverlayRendererSwift
class AWFMKMultiShapeOverlayRenderer : MKOverlayRenderer -
An
See moreAWFMKPolygonobject is an instance ofMKPolygonthat represents a stylable polygon that is added to an Apple MapKit map view.Declaration
Objective-C
@interface AWFMKPolygon : MKPolygon <AWFPolygon, AWFStyledMapItem>Swift
class AWFMKPolygon : MKPolygon, AWFPolygon, AWFStyledMapItem -
An
See moreAWFMKPolylineobject is an instance ofMKPolylinethat represents a stylable polyline that is added to an Apple MapKit map view.Declaration
Objective-C
@interface AWFMKPolyline : MKPolyline <AWFPolyline, AWFStyledMapItem>Swift
class AWFMKPolyline : AWFPolyline, AWFStyledMapItem -
An
See moreAWFMKRasterSourceobject is a subclass ofAWFRasterSourcethat provides the necessaryMKOverlayinstance to use with Apple’s MapKit for displaying a single static image overlay on anMKMapViewinstance.Declaration
Objective-C
@interface AWFMKRasterSource : AWFRasterSourceSwift
class AWFMKRasterSource : AWFRasterSource -
An
AWFMKStormCellAnnotationViewobject is anAWFMKAnnotationViewsubclass to represent storm cell-related annotations on a weather map that is configured to use theAWFWeatherMapTypeAppletype.Declaration
Objective-C
@interface AWFMKStormCellAnnotationView : AWFMKAnnotationViewSwift
class AWFMKStormCellAnnotationView : AWFMKAnnotationView -
An
See moreAWFMKTextLabelAnnotationViewobject is anAWFMKAnnotationViewsubclass to represent text-related annotations on a weather map that is configured to use theAWFWeatherMapTypeAppletype.Declaration
Objective-C
@interface AWFMKTextLabelAnnotationView : AWFMKAnnotationViewSwift
class AWFMKTextLabelAnnotationView : AWFMKAnnotationView -
The
See moreAWFMKTileOverlayclass provides anMKTileOverlayinstance that provides improved disk and in-memory caching of tile data.Declaration
Objective-C
@interface AWFMKTileOverlay : MKTileOverlaySwift
class AWFMKTileOverlay : MKTileOverlay -
An
See moreAWFMKTileSourceobject is a subclass ofAWFTileSourcethat provides the necessaryMKOverlayinstance to use with Apple’s MapKit for displaying a tile overlay on anMKMapViewinstance.Declaration
Objective-C
@interface AWFMKTileSource : AWFTileSource <AWFOverlayProvider, AWFMKTileProvider>Swift
class AWFMKTileSource : AWFTileSource, AWFOverlayProvider, AWFMKTileProvider -
An
See moreAWFMapCalloutInfoobject contains the information and view content to display within anAWFMapCallout.Declaration
Objective-C
@interface AWFMapCalloutInfo : NSObjectSwift
class AWFMapCalloutInfo : NSObject -
An
See moreAWFMapCalloutobject is a controller responsible for managing the presentation of anAWFCalloutViewinstance on a map.Declaration
Objective-C
@interface AWFMapCallout : NSObjectSwift
class AWFMapCallout : NSObject -
An
See moreAWFMapCoordinateBoundsobject describes a map coordinate region defined by a bounding rectangle.Declaration
Objective-C
@interface AWFMapCoordinateBoundsSwift
class AWFMapCoordinateBounds -
An
See moreAWFTableLayerTypeRowobject is a subclass ofAWFTableSectionRowthat is used for managing data layer row options in aAWFMapOptionsViewControllerinstance.Declaration
Objective-C
@interface AWFTableLayerTypeRowSwift
class AWFTableLayerTypeRow -
See moreAWFMapURLis a the base class that is responsible for configuring a URL for interacting with the Aeris Maps Platform (AMP).Declaration
Objective-C
@interface AWFMapURLSwift
class AWFMapURL -
An
See moreAWFObservationCalloutContentViewobject is aUIViewsubclass that displays a temperature value and weather icon within a weather map’s callout view. This class is typically used on a long press gesture on the weather map to display current weather conditions at that coordinate.Declaration
Objective-C
@interface AWFObservationCalloutContentView : UIView <AWFDataLoading>Swift
class AWFObservationCalloutContentView : AWFDataLoading -
An
See moreAWFOverlayMetadataobject loads and stores additional information about an overlay, specifically a tile or image overlay. This information consists of timestamps, dates and intervals that are available from the data source to use when displaying the overlay on a map.Declaration
Objective-C
@interface AWFOverlayMetadata : NSObjectSwift
class AWFOverlayMetadata : NSObject -
The
See moreAWFTileOverlayPathclass provides an object used to specify the index values for a single tile.Declaration
Objective-C
@interface AWFTileOverlayPath : NSObjectSwift
class AWFTileOverlayPath : NSObject -
See moreAWFWeatherMapContainerViewis a subclass ofUIViewthat contains the stategy-specific map view for a weather map and manages user interactions necessary for additional weather map functionality, such as long-press to display current weather conditions at any location.Declaration
Objective-C
@interface AWFWeatherMapContainerView : UIView <UIGestureRecognizerDelegate>Swift
class AWFWeatherMapContainerView : UIView, UIGestureRecognizerDelegate
View on GitHub
Other Classes Reference