set_formattedAddress_batch method

Future<void> set_formattedAddress_batch(
  1. List<String> formattedAddress
)

Implementation

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


}