set_POIName_batch method

Future<void> set_POIName_batch(
  1. List<String> POIName
)

Implementation

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


}