get_currentLocation_batch method

Future<List<CLLocation?>> get_currentLocation_batch()

Implementation

Future<List<CLLocation?>> get_currentLocation_batch() async {
  final resultBatch = await kAmapLocationFluttifyChannel.invokeMethod("AMapGeoFenceRegion::get_currentLocation_batch", [for (final __item__ in this) {'__this__': __item__}]);
  return (resultBatch as List).map((__result__) => AmapLocationFluttifyIOSAs<CLLocation>(__result__)).cast<CLLocation?>().toList();
}