set_x_batch method

Future<void> set_x_batch(
  1. List<double> x
)

Implementation

Future<void> set_x_batch(List<double> x) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKMapPoint::set_x_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "x": x[__i__]}]);


}