get_origin_batch method

Future<List<BMKMapPoint?>> get_origin_batch()

Implementation

Future<List<BMKMapPoint?>> get_origin_batch() async {
  final resultBatch = await kBmapCoreFluttifyChannel.invokeMethod("BMKMapRect::get_origin_batch", [for (final __item__ in this) {'__this__': __item__}]);
  return (resultBatch as List).map((__result__) => BmapCoreFluttifyIOSAs<BMKMapPoint>(__result__)).cast<BMKMapPoint?>().toList();
}