set_building_batch method

Future<void> set_building_batch(
  1. List<String> building
)

Implementation

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


}