set_origin_batch method

Future<void> set_origin_batch(
  1. List<BMKMapPoint> origin
)

Implementation

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


}