yComparator property

Comparator yComparator
getter/setter pair

Implementation

static Comparator<dynamic> yComparator = (o1, o2) {
  return AbstractSTRtree.compareDoubles(
      centreY((o1 as Boundable).getBounds() as Envelope),
      centreY((o2 as Boundable).getBounds() as Envelope));
};