Skip to main content

Point of Interest (POI) Collection

Description

Used to hold a group of point of interest (POI) services.

Interface

Type
IPOICollectionService

Inherits

Type
N/A

Properties

NameType
servicesList<IPOIService>

Public Methods

NameParametersReturn TypeDescription
AddIPOIService servicevoidAdds the IPOIService to the collection.
RemoveIPOIService servicebooleanRemoves the IPOIService from the collection.
GetAllPOIsPOISearch searchIPOIService[]Gets all IPOIServices which meet the search or all if no search applied.