RBushBox.fromList constructor

RBushBox.fromList(
  1. List bbox
)

Implementation

RBushBox.fromList(List<dynamic> bbox)
    : minX = bbox[0].toDouble(),
      minY = bbox[1].toDouble(),
      maxX = bbox[2].toDouble(),
      maxY = bbox[3].toDouble();