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