set_destination_batch method

Future<void> set_destination_batch(
  1. List<CLLocationCoordinate2D> destination
)

Implementation

Future<void> set_destination_batch(List<CLLocationCoordinate2D> destination) async {
  await kAmapCoreFluttifyChannel.invokeMethod('AMapNaviConfig::set_destination_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "destination": destination[__i__]}]);


}