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

NCLocationInfo class is used for storing location parameters: identifier, version and name. NCLocationInfo instance can be obtained from NCLocationListListener after the locations list will be downloaded from the server.

Referenced from: NCLocationListListener.

@interface NCLocationInfo : NSObject

@property (nonatomic, readonly) int32_t id;

@property (nonatomic, readonly) int32_t version;

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

@end

Public fields

  • id - location's id in personal account
  • version - location's version
  • name - location's name in personal account