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