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

NCCategory class is used for storing venue categories.

Referenced from: NCLocation, NCVenue.

@interface NCCategory : NSObject

@property (nonatomic, readonly) int32_t id;

@property (nonatomic, readonly, nonnull) NSString * name;

@property (nonatomic, readonly, nullable) NSString * imageId;

@end

Public fields

  • id - category identifier
  • name - location's name in personal account
  • imageId - image id, which could be used for getting NCImage using NCResourceManager