get_POIItem_batch method

Future<List<AMapLocationPOIItem?>> get_POIItem_batch()

Implementation

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