pointOfInterests property

List<PointOfInterest> pointOfInterests
final

Collection of Points of Interest stored in memory.

Implementation

final List<PointOfInterest> pointOfInterests = [];