Check whether the building's geometry contains the point
point
Future<bool?> contains(MPPoint point) async => await geometry.contains(point);