set_location_batch method

Future<void> set_location_batch(
  1. List<CLLocation?> location
)

Implementation

Future<void> set_location_batch(List<CLLocation?> location) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKUserLocation::set_location_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "location": location[__i__]}]);


}