Representation of a Category object.
More...
|
| NSMutableArray * | subCategories |
| | Gets all the sub categories of the Category. More...
|
| |
|
Location * | location |
| |
|
NSMutableArray * | label |
| | a human-readable name. Multiple names are used for synonyms and multiple languages
|
| |
|
NSMutableArray * | poiDescription |
| | a human-readable description that can be discriminated with the language attribute
|
| |
|
NSMutableArray * | category |
| | a categorical classification
|
| |
|
NSMutableArray * | time |
| | a fixed time or sequence of times using iCalendar
|
| |
|
NSMutableArray * | link |
| | a link to another POI or web resource
|
| |
|
NSString * | baseID |
| | a unique identifier for this POI. Can be a URI fragment
|
| |
|
NSString * | value |
| | the information content
|
| |
|
NSString * | href |
| | an absolute reference to the content type
|
| |
|
NSString * | type |
| | MIME type.
|
| |
|
NSString * | lang |
| | language type
|
| |
|
NSString * | base |
| | base URI
|
| |
|
NSDate * | created |
| | time at which this POIBaseType was created
|
| |
|
NSDate * | updated |
| | time at which this POIBaseType was updated
|
| |
|
NSDate * | deleted |
| | time at which this POIBaseType was deleted
|
| |
|
POITermType * | author |
| | the author of this POIBaseType
|
| |
|
POITermType * | license |
| | the license restrictions of this information
|
| |
Representation of a Category object.
A Category is used to characterize PointOfInterest, Event or Route. It can contain its own set of sub-categories.
- Author
- Pedro Cruz
| - (void) addCategory: |
|
(Category *) |
category |
|
Gets the category at a given index.
- Parameters
-
- Returns
- the category at index index
Gets the number of sub categories in the Category.
- Returns
- the total number of sub-categories.
| - (BOOL) hasSubCategories |
|
|
|
Checks whether this Category has sub-categories.
- Returns
true if it has sub-categories, false otherwise
| - (NSMutableArray *) subCategories |
|
readatomicretain |
The documentation for this class was generated from the following files: