polygonBarriers property
Array of the polygon barriers.
Barriers are only returned if the returnPolygonBarriers property of ClosestFacilityParameters is true.
Implementation
List<PolygonBarrier> get polygonBarriers => _polygonBarriers.value;
Array of the polygon barriers.
Barriers are only returned if the returnPolygonBarriers property of ClosestFacilityParameters is true.
List<PolygonBarrier> get polygonBarriers => _polygonBarriers.value;