set_adcode_batch method

Future<void> set_adcode_batch(
  1. List<String> adcode
)

Implementation

Future<void> set_adcode_batch(List<String> adcode) async {
  await kAmapLocationFluttifyChannel.invokeMethod('AMapLocationReGeocode::set_adcode_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "adcode": adcode[__i__]}]);


}