get_location_batch method

Future<List<AMapLocationPoint?>> get_location_batch()

Implementation

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