xComparator property

Comparator xComparator
getter/setter pair

Implementation

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