set_northEast_batch method

Future<void> set_northEast_batch(
  1. List<CLLocationCoordinate2D?> northEast
)

Implementation

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


}