AWFMKImageOverlay

Objective-C

@interface AWFMKImageOverlay : NSObject <MKOverlay>

Swift

class AWFMKImageOverlay : NSObject, MKOverlay

An AWFMKImageOverlay object is a data object that contains the information needed to render raster imagery in a map view’s area.

  • Creates and returns an overlay object for the specified coordinate bounds.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithBounds:(nonnull AWFMapCoordinateBounds *)bounds;

    Swift

    init(bounds: AWFMapCoordinateBounds)

    Parameters

    bounds

    The coordinate bounds describing the region covered by the overlay

    Return Value

    The initialized overlay object