pointBarriers property

List<PointBarrier> pointBarriers

Array of the point barriers.

Barriers are only returned if the returnPointBarriers property of ClosestFacilityParameters is true.

Implementation

List<PointBarrier> get pointBarriers => _pointBarriers.value;