pointBarriers property
Array of the point barriers.
Barriers are only returned if the returnPointBarriers property of ServiceAreaParameters is true.
Implementation
List<PointBarrier> get pointBarriers => _pointBarriers.value;
Array of the point barriers.
Barriers are only returned if the returnPointBarriers property of ServiceAreaParameters is true.
List<PointBarrier> get pointBarriers => _pointBarriers.value;