SITPOICategory
@interface SITPOICategory : SITResource
It represents the types of POI
-
Name in multiple languages
Declaration
Objective-C
@property (readwrite, strong, nonatomic) SITMultilanguageString *_Nonnull name;
-
Complementary text identifier of a category
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSString *_Nonnull code;
-
Relative URL where the icon of the category for the normal state can be retrieved
Declaration
Objective-C
@property (readwrite, strong, nonatomic) SITURL *_Nonnull iconURL;
-
Relative URL where the icon of the category for the selected state can be retrieved
Declaration
Objective-C
@property (readwrite, strong, nonatomic) SITURL *_Nonnull selectedIconURL;
-
Determines the visibility of a category (YES means available to all users, NO means available to a particular user).
Declaration
Objective-C
@property (assign, readwrite, nonatomic) BOOL isPublic;
-
Deprecated
Use -valueForLocale method of the name property instead.
Name of the category in English
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSString *_Nonnull nameEn;
-
Deprecated
Use -valueForLocale method of the name property instead.
Name of the category in Spanish
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSString *_Nonnull nameEs;