Represents a list of PointOfInterest. More...
Instance Methods | |
| (void) | - addPoi: |
| Adds a PointOfInterest. More... | |
| (NSMutableArray *) | - getPois |
| Gets all the POIs. More... | |
| (PointOfInterest *) | - getPoi: |
| Gets a given PointOfInterest. More... | |
| (int) | - getNumPois |
| Returns the number of POIs stored. More... | |
Instance Methods inherited from POIS | |
| (void) | - addPOI: |
| Adds a POI to the list. More... | |
Instance Methods inherited from POI | |
| (BOOL) | - hasAdddress |
| Checks whether the POI has an address associated. More... | |
Instance Methods inherited from POIType | |
| (void) | - addLabel: |
| Adds a label to the POIType. More... | |
| (void) | - addDescription: |
| Adds a description to the POIType. More... | |
| (void) | - addCategory: |
| Adds a category to the POIType. More... | |
| (void) | - addTime: |
| Adds a time to the POIType. More... | |
| (void) | - addLink: |
| Adds a link to the POIType. More... | |
| (BOOL) | - hasLabels |
| Checks if there are labels in the POIType. More... | |
| (BOOL) | - hasDescriptions |
| Checks if there are descriptions in the POIType. More... | |
| (BOOL) | - hasCategories |
| Checks if there are categories in the POIType. More... | |
| (BOOL) | - hasTimes |
| Checks if there are times in the POIType. More... | |
| (BOOL) | - hasLinks |
| Checks if there are links in the POIType. More... | |
Additional Inherited Members | |
Properties inherited from POIS | |
| NSMutableArray * | pois |
| Gets all the POIs stored. More... | |
Represents a list of PointOfInterest.
| - (void) addPoi: | (PointOfInterest *) | poi |
Adds a PointOfInterest.
| poi | the PointOfInterest to be added. |
| - (int) getNumPois |
Returns the number of POIs stored.
| - (PointOfInterest *) getPoi: | (int) | index |
Gets a given PointOfInterest.
| index | the index of the PointOfInterest. |
| - (NSMutableArray *) getPois |
Gets all the POIs.
1.8.3.1-20130324