get_center_batch method

Future<List<CLLocationCoordinate2D?>> get_center_batch()

Implementation

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