get_regionType_batch method

Future<List<AMapGeoFenceRegionType?>> get_regionType_batch()

Implementation

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