SITPOICategory Class Reference

Inherits from SITResource : NSObject
Declared in SITPOICategory.h

Overview

It represents the types of POI

  nameEn

Name of the category in English

@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use -valueForLocale method of the name property instead." ) NSString *nameEn

Declared In

SITPOICategory.h

  nameEs

Name of the category in Spanish

@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use -valueForLocale method of the name property instead." ) NSString *nameEs

Declared In

SITPOICategory.h

  code

Complementary text identifier of a category

@property (nonatomic, strong) NSString *code

Declared In

SITPOICategory.h

  iconURL

Relative URL where the icon of the category for the normal state can be retrieved

@property (nonatomic, strong) SITURL *iconURL

Declared In

SITPOICategory.h

  selectedIconURL

Relative URL where the icon of the category for the selected state can be retrieved

@property (nonatomic, strong) SITURL *selectedIconURL

Declared In

SITPOICategory.h

  isPublic

Determines the visibility of a category (YES means available to all users, NO means available to a particular user).

@property (nonatomic) BOOL isPublic

Declared In

SITPOICategory.h