SITPOIBase Class Reference
Inherits from | NSObject |
---|---|
Declared in | SITPOIBase.h |
)
Unique integer identifier
@property (nonatomic, strong) NSNumber *DEPRECATED_MSG_ATTRIBUTE ( "Use identifier property of the SITResource base class instead" )
Declared In
SITPOIBase.h
info
Additional information about the POI in an HTML format
@property (nonatomic, strong) NSString *info
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