set_currentLocation_batch method

Future<void> set_currentLocation_batch(
  1. List<CLLocation> currentLocation
)

Implementation

Future<void> set_currentLocation_batch(List<CLLocation> currentLocation) async {
  await kAmapLocationFluttifyChannel.invokeMethod('AMapGeoFenceRegion::set_currentLocation_batch', [for (int __i__ = 0; __i__ < this.length; __i__++) {'__this__': this[__i__], "currentLocation": currentLocation[__i__]}]);


}