set_locatingWithReGeocode_batch method

Future<void> set_locatingWithReGeocode_batch(
  1. List<bool> locatingWithReGeocode
)

Implementation

Future<void> set_locatingWithReGeocode_batch(List<bool> locatingWithReGeocode) async {
  await kAmapLocationFluttifyChannel.invokeMethod('AMapLocationManager::set_locatingWithReGeocode_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "locatingWithReGeocode": locatingWithReGeocode[__i__]}]);


}