SITPOIBase Class Reference

Inherits from NSObject
Declared in SITPOIBase.h

  identifier

Unique integer identifier

@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use identifier property of the SITResource base class instead" ) NSNumber *identifier

Declared In

SITPOIBase.h

  project_identifier

Relationship to an SITIndoorBuilding object

@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use buildingIdentifier property of the SITResource base class instead" ) NSNumber *project_identifier

Declared In

SITPOIBase.h

  name

Name

@property (nonatomic, strong) NSString *name

Declared In

SITPOIBase.h

  info

Additional information about the POI in an HTML format

@property (nonatomic, strong) NSString *info

Declared In

SITPOIBase.h

  categoryIdentifier

Identifier of a SITPOICategory object

@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use category.identifier property of the category field instead" ) NSNumber *categoryIdentifier

Declared In

SITPOIBase.h

  category

Relationship to a SITPOICategory object

@property (nonatomic, strong) SITPOICategory *category

Declared In

SITPOIBase.h

  customFields

Key-value property with addicional information. NOTE: You can use this property to associate any arbitrary info with this POI. Situm SDK for iOS does not make operations with this field.

@property (nonatomic, strong) NSDictionary *customFields

Declared In

SITPOIBase.h