addPoi method

void addPoi(
  1. PointOfInterest poi
)

Implementation

void addPoi(PointOfInterest poi) {
  pointOfInterests.add(poi);
}