Check whether the venue contains a point
point
Future<bool?> contains(MPPoint point) async => await UtilPlatform.instance.geometryIsInside(geometry, point);