set_southWest_batch method

Future<void> set_southWest_batch(
  1. List<CLLocationCoordinate2D?> southWest
)

Implementation

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


}