Class POICollectionResult
Defined in File PointOfInterest.h
Inheritance Relationships
Base Type
public csp::systems::ResultBase
(Class ResultBase)
Class Documentation
-
class POICollectionResult : public csp::systems::ResultBase
Data class used to contain information when attempting to get an array of POIs.
Public Functions
-
csp::common::Array<PointOfInterest> &GetPOIs()
Retrieves the POIs array being stored.
- Returns
csp::common::Array<PointOfInterest> : reference to POIs array
-
const csp::common::Array<PointOfInterest> &GetPOIs() const
Retrieves the POIs array being stored.
- Returns
csp::common::Array<PointOfInterest> : reference to POIs array
-
csp::common::Array<PointOfInterest> &GetPOIs()