SITPOIBase
@interface SITPOIBase : NSObject
Base interface for SITPOI
-
Name
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSString *_Nonnull name;
-
Additional information about the POI in an HTML format
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSString *_Nonnull info;
-
Relationship to a SITPOICategory object
Declaration
Objective-C
@property (readwrite, strong, nonatomic) SITPOICategory *_Nonnull category;
-
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.
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSDictionary *_Nonnull customFields;