set_pt_batch method

Future<void> set_pt_batch(
  1. List<CLLocationCoordinate2D> pt
)

Implementation

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


}