Returns the maximum possible bounding box as this datastore has no fixed bounds.
@override Future<BoundingBox> getBoundingBox() { return Future.value(BoundingBox.max()); }