Point of Interest (POI) Collection
Description
Used to hold a group of point of interest (POI) services.
Interface
| Type |
|---|
| IPOICollectionService |
Inherits
Properties
| Name | Type |
|---|
| services | List<IPOIService> |
Public Methods
| Name | Parameters | Return Type | Description |
|---|
| Add | IPOIService service | void | Adds the IPOIService to the collection. |
| Remove | IPOIService service | boolean | Removes the IPOIService from the collection. |
| GetAllPOIs | POISearch search | IPOIService[] | Gets all IPOIServices which meet the search or all if no search applied. |