BBox.of constructor

BBox.of(
  1. List<num> list
)

Position.of(<Lng>, <Lat>, <Alt (optional)>)

Implementation

BBox.of(super.list) : assert(list.length == 4 || list.length == 6);