set_span_batch method

Future<void> set_span_batch(
  1. List<BMKCoordinateSpan> span
)

Implementation

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


}