get_routeType_batch method

Future<List<AMapRouteSearchType?>> get_routeType_batch()

Implementation

Future<List<AMapRouteSearchType?>> get_routeType_batch() async {
  final resultBatch = await kAmapCoreFluttifyChannel.invokeMethod("AMapRouteConfig::get_routeType_batch", [for (final __item__ in this) {'__this__': __item__}]);
  return (resultBatch as List).map((__result__) => (__result__ as int).toAMapRouteSearchType()).cast<AMapRouteSearchType?>().toList();
}