Class NCImage - Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0 GitHub Wiki

NCImage class is used for working with the image.

Referenced from: NCResourceListener.

@interface NCImage : NSObject

@property (nonatomic, nonnull, readonly) NSData * data;

@property (nonatomic, readonly) int32_t width;

@property (nonatomic, readonly) int32_t height;

@end

Public fields

  • data - image data as byte array
  • width - width of image
  • height - height of image