Class POICollectionResult

Inheritance Relationships

Base Type

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