polylineBarriers property
Array of the polyline barriers.
Barriers are only returned if the returnPolylineBarriers property of ServiceAreaParameters is true.
Implementation
List<PolylineBarrier> get polylineBarriers => _polylineBarriers.value;
Array of the polyline barriers.
Barriers are only returned if the returnPolylineBarriers property of ServiceAreaParameters is true.
List<PolylineBarrier> get polylineBarriers => _polylineBarriers.value;