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() -> Int32Return Value
width
-
Get the height
Declaration
Objective-C
- (int)height;Swift
func height() -> Int32Return Value
height
View on GitHub
GPKGCoverageDataImage Protocol Reference