set_center_batch method

Future<void> set_center_batch(
  1. List<CLLocationCoordinate2D> center
)

Implementation

Future<void> set_center_batch(List<CLLocationCoordinate2D> center) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKCoordinateRegion::set_center_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "center": center[__i__]}]);


}