GPKGCoverageDataImage

Objective-C

@protocol GPKGCoverageDataImage <NSObject>

Swift

protocol GPKGCoverageDataImage : NSObjectProtocol

Coverage Data image interface

  • Get the width

    Declaration

    Objective-C

    - (int)width;

    Swift

    func width() -> Int32

    Return Value

    width

  • Get the height

    Declaration

    Objective-C

    - (int)height;

    Swift

    func height() -> Int32

    Return Value

    height