////////////////////////////////////////////////////////// // GENERATED BY FLUTTIFY. DO NOT EDIT IT. ////////////////////////////////////////////////////////// #import "SubHandler11.h" #import "FluttifyMessageCodec.h" #import #import "AMapNearbySearchManagerDelegate_Anonymous.h" #import "AMapSearchDelegate_Anonymous.h" // Dart端一次方法调用所存在的栈, 只有当MethodChannel传递参数受限时, 再启用这个容器 extern NSMutableDictionary* STACK; // Dart端随机存取对象的容器 extern NSMutableDictionary* HEAP; // 日志打印开关 extern BOOL enableLog; @implementation AmapSearchFluttifyPlugin (SubHandler11) - (NSDictionary*) getSubHandler11 { __weak __typeof(self)weakSelf = self; return @{ @"ObjectFactory::createAMapCloudPOIIDSearchRequest": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapCloudPOIIDSearchRequest"); } AMapCloudPOIIDSearchRequest* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapCloudPOIIDSearchRequest alloc] init]; } else { __this__ = [AMapCloudPOIIDSearchRequest alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapCloudPOILocalSearchRequest": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapCloudPOILocalSearchRequest"); } AMapCloudPOILocalSearchRequest* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapCloudPOILocalSearchRequest alloc] init]; } else { __this__ = [AMapCloudPOILocalSearchRequest alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapCloudPOISearchResponse": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapCloudPOISearchResponse"); } AMapCloudPOISearchResponse* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapCloudPOISearchResponse alloc] init]; } else { __this__ = [AMapCloudPOISearchResponse alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapShareSearchBaseRequest": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapShareSearchBaseRequest"); } AMapShareSearchBaseRequest* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapShareSearchBaseRequest alloc] init]; } else { __this__ = [AMapShareSearchBaseRequest alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapLocationShareSearchRequest": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapLocationShareSearchRequest"); } AMapLocationShareSearchRequest* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapLocationShareSearchRequest alloc] init]; } else { __this__ = [AMapLocationShareSearchRequest alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapPOIShareSearchRequest": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapPOIShareSearchRequest"); } AMapPOIShareSearchRequest* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapPOIShareSearchRequest alloc] init]; } else { __this__ = [AMapPOIShareSearchRequest alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapRouteShareSearchRequest": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapRouteShareSearchRequest"); } AMapRouteShareSearchRequest* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapRouteShareSearchRequest alloc] init]; } else { __this__ = [AMapRouteShareSearchRequest alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapNavigationShareSearchRequest": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapNavigationShareSearchRequest"); } AMapNavigationShareSearchRequest* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapNavigationShareSearchRequest alloc] init]; } else { __this__ = [AMapNavigationShareSearchRequest alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapShareSearchResponse": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapShareSearchResponse"); } AMapShareSearchResponse* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapShareSearchResponse alloc] init]; } else { __this__ = [AMapShareSearchResponse alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapFutureRouteSearchRequest": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapFutureRouteSearchRequest"); } AMapFutureRouteSearchRequest* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapFutureRouteSearchRequest alloc] init]; } else { __this__ = [AMapFutureRouteSearchRequest alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapFutureRouteSearchResponse": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapFutureRouteSearchResponse"); } AMapFutureRouteSearchResponse* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapFutureRouteSearchResponse alloc] init]; } else { __this__ = [AMapFutureRouteSearchResponse alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapSearchObject": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapSearchObject"); } AMapSearchObject* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapSearchObject alloc] init]; } else { __this__ = [AMapSearchObject alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapGeoPoint": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapGeoPoint"); } AMapGeoPoint* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapGeoPoint alloc] init]; } else { __this__ = [AMapGeoPoint alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapGeoPolygon": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapGeoPolygon"); } AMapGeoPolygon* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapGeoPolygon alloc] init]; } else { __this__ = [AMapGeoPolygon alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapCity": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapCity"); } AMapCity* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapCity alloc] init]; } else { __this__ = [AMapCity alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapSuggestion": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapSuggestion"); } AMapSuggestion* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapSuggestion alloc] init]; } else { __this__ = [AMapSuggestion alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapTip": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapTip"); } AMapTip* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapTip alloc] init]; } else { __this__ = [AMapTip alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapImage": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapImage"); } AMapImage* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapImage alloc] init]; } else { __this__ = [AMapImage alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapPOIExtension": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapPOIExtension"); } AMapPOIExtension* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapPOIExtension alloc] init]; } else { __this__ = [AMapPOIExtension alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapIndoorData": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapIndoorData"); } AMapIndoorData* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapIndoorData alloc] init]; } else { __this__ = [AMapIndoorData alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapSubPOI": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapSubPOI"); } AMapSubPOI* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapSubPOI alloc] init]; } else { __this__ = [AMapSubPOI alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapRoutePOI": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapRoutePOI"); } AMapRoutePOI* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapRoutePOI alloc] init]; } else { __this__ = [AMapRoutePOI alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapPOI": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapPOI"); } AMapPOI* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapPOI alloc] init]; } else { __this__ = [AMapPOI alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapAOI": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapAOI"); } AMapAOI* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapAOI alloc] init]; } else { __this__ = [AMapAOI alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapRoad": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapRoad"); } AMapRoad* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapRoad alloc] init]; } else { __this__ = [AMapRoad alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapRoadInter": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapRoadInter"); } AMapRoadInter* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapRoadInter alloc] init]; } else { __this__ = [AMapRoadInter alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapStreetNumber": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapStreetNumber"); } AMapStreetNumber* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapStreetNumber alloc] init]; } else { __this__ = [AMapStreetNumber alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapBusinessArea": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapBusinessArea"); } AMapBusinessArea* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapBusinessArea alloc] init]; } else { __this__ = [AMapBusinessArea alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapAddressComponent": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapAddressComponent"); } AMapAddressComponent* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapAddressComponent alloc] init]; } else { __this__ = [AMapAddressComponent alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapReGeocode": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapReGeocode"); } AMapReGeocode* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapReGeocode alloc] init]; } else { __this__ = [AMapReGeocode alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapGeocode": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapGeocode"); } AMapGeocode* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapGeocode alloc] init]; } else { __this__ = [AMapGeocode alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapBusStop": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapBusStop"); } AMapBusStop* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapBusStop alloc] init]; } else { __this__ = [AMapBusStop alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapBusLine": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapBusLine"); } AMapBusLine* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapBusLine alloc] init]; } else { __this__ = [AMapBusLine alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapDistrict": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapDistrict"); } AMapDistrict* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapDistrict alloc] init]; } else { __this__ = [AMapDistrict alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapTMC": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapTMC"); } AMapTMC* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapTMC alloc] init]; } else { __this__ = [AMapTMC alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapStep": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapStep"); } AMapStep* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapStep alloc] init]; } else { __this__ = [AMapStep alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapPath": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapPath"); } AMapPath* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapPath alloc] init]; } else { __this__ = [AMapPath alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapFutureTimeInfoElement": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapFutureTimeInfoElement"); } AMapFutureTimeInfoElement* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapFutureTimeInfoElement alloc] init]; } else { __this__ = [AMapFutureTimeInfoElement alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapFutureTimeInfo": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapFutureTimeInfo"); } AMapFutureTimeInfo* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapFutureTimeInfo alloc] init]; } else { __this__ = [AMapFutureTimeInfo alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapWalking": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapWalking"); } AMapWalking* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapWalking alloc] init]; } else { __this__ = [AMapWalking alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapTaxi": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapTaxi"); } AMapTaxi* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapTaxi alloc] init]; } else { __this__ = [AMapTaxi alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapRailwayStation": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapRailwayStation"); } AMapRailwayStation* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapRailwayStation alloc] init]; } else { __this__ = [AMapRailwayStation alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapRailwaySpace": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapRailwaySpace"); } AMapRailwaySpace* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapRailwaySpace alloc] init]; } else { __this__ = [AMapRailwaySpace alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapRailway": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapRailway"); } AMapRailway* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapRailway alloc] init]; } else { __this__ = [AMapRailway alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapSegment": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapSegment"); } AMapSegment* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapSegment alloc] init]; } else { __this__ = [AMapSegment alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapTransit": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapTransit"); } AMapTransit* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapTransit alloc] init]; } else { __this__ = [AMapTransit alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapRoute": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapRoute"); } AMapRoute* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapRoute alloc] init]; } else { __this__ = [AMapRoute alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapDistanceResult": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapDistanceResult"); } AMapDistanceResult* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapDistanceResult alloc] init]; } else { __this__ = [AMapDistanceResult alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapLocalWeatherLive": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapLocalWeatherLive"); } AMapLocalWeatherLive* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapLocalWeatherLive alloc] init]; } else { __this__ = [AMapLocalWeatherLive alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapLocalDayWeatherForecast": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapLocalDayWeatherForecast"); } AMapLocalDayWeatherForecast* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapLocalDayWeatherForecast alloc] init]; } else { __this__ = [AMapLocalDayWeatherForecast alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapLocalWeatherForecast": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapLocalWeatherForecast"); } AMapLocalWeatherForecast* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapLocalWeatherForecast alloc] init]; } else { __this__ = [AMapLocalWeatherForecast alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapNearbyUserInfo": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapNearbyUserInfo"); } AMapNearbyUserInfo* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapNearbyUserInfo alloc] init]; } else { __this__ = [AMapNearbyUserInfo alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapTrafficEvaluation": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapTrafficEvaluation"); } AMapTrafficEvaluation* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapTrafficEvaluation alloc] init]; } else { __this__ = [AMapTrafficEvaluation alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapTrafficRoad": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapTrafficRoad"); } AMapTrafficRoad* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapTrafficRoad alloc] init]; } else { __this__ = [AMapTrafficRoad alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapTrafficInfo": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapTrafficInfo"); } AMapTrafficInfo* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapTrafficInfo alloc] init]; } else { __this__ = [AMapTrafficInfo alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapCloudImage": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapCloudImage"); } AMapCloudImage* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapCloudImage alloc] init]; } else { __this__ = [AMapCloudImage alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapCloudPOI": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapCloudPOI"); } AMapCloudPOI* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapCloudPOI alloc] init]; } else { __this__ = [AMapCloudPOI alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapSearchError": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapSearchError"); } AMapSearchError* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapSearchError alloc] init]; } else { __this__ = [AMapSearchError alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapNearbyUploadInfo": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapNearbyUploadInfo"); } AMapNearbyUploadInfo* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapNearbyUploadInfo alloc] init]; } else { __this__ = [AMapNearbyUploadInfo alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::createAMapSearchAPI": ^(NSObject * registrar, id args, FlutterResult methodResult) { // print log if (enableLog) { NSLog(@"ObjectFactory::createAMapSearchAPI"); } AMapSearchAPI* __this__; if ([((NSDictionary*) args)[@"init"] boolValue]) { __this__ = [[AMapSearchAPI alloc] init]; } else { __this__ = [AMapSearchAPI alloc]; } methodResult(__this__); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapPOISearchBaseRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapPOISearchBaseRequest* __this__; if ([init boolValue]) { __this__ = [[AMapPOISearchBaseRequest alloc] init]; } else { __this__ = [AMapPOISearchBaseRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapPOIIDSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapPOIIDSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapPOIIDSearchRequest alloc] init]; } else { __this__ = [AMapPOIIDSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapPOIKeywordsSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapPOIKeywordsSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapPOIKeywordsSearchRequest alloc] init]; } else { __this__ = [AMapPOIKeywordsSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapPOIAroundSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapPOIAroundSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapPOIAroundSearchRequest alloc] init]; } else { __this__ = [AMapPOIAroundSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapPOIPolygonSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapPOIPolygonSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapPOIPolygonSearchRequest alloc] init]; } else { __this__ = [AMapPOIPolygonSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapPOISearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapPOISearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapPOISearchResponse alloc] init]; } else { __this__ = [AMapPOISearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRoutePOISearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRoutePOISearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapRoutePOISearchRequest alloc] init]; } else { __this__ = [AMapRoutePOISearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRoutePOISearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRoutePOISearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapRoutePOISearchResponse alloc] init]; } else { __this__ = [AMapRoutePOISearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapInputTipsSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapInputTipsSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapInputTipsSearchRequest alloc] init]; } else { __this__ = [AMapInputTipsSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapInputTipsSearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapInputTipsSearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapInputTipsSearchResponse alloc] init]; } else { __this__ = [AMapInputTipsSearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapGeocodeSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapGeocodeSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapGeocodeSearchRequest alloc] init]; } else { __this__ = [AMapGeocodeSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapGeocodeSearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapGeocodeSearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapGeocodeSearchResponse alloc] init]; } else { __this__ = [AMapGeocodeSearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapReGeocodeSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapReGeocodeSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapReGeocodeSearchRequest alloc] init]; } else { __this__ = [AMapReGeocodeSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapReGeocodeSearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapReGeocodeSearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapReGeocodeSearchResponse alloc] init]; } else { __this__ = [AMapReGeocodeSearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapBusStopSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapBusStopSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapBusStopSearchRequest alloc] init]; } else { __this__ = [AMapBusStopSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapBusStopSearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapBusStopSearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapBusStopSearchResponse alloc] init]; } else { __this__ = [AMapBusStopSearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapBusLineBaseSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapBusLineBaseSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapBusLineBaseSearchRequest alloc] init]; } else { __this__ = [AMapBusLineBaseSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapBusLineNameSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapBusLineNameSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapBusLineNameSearchRequest alloc] init]; } else { __this__ = [AMapBusLineNameSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapBusLineIDSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapBusLineIDSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapBusLineIDSearchRequest alloc] init]; } else { __this__ = [AMapBusLineIDSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapBusLineSearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapBusLineSearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapBusLineSearchResponse alloc] init]; } else { __this__ = [AMapBusLineSearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapDistrictSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapDistrictSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapDistrictSearchRequest alloc] init]; } else { __this__ = [AMapDistrictSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapDistrictSearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapDistrictSearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapDistrictSearchResponse alloc] init]; } else { __this__ = [AMapDistrictSearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRouteSearchBaseRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRouteSearchBaseRequest* __this__; if ([init boolValue]) { __this__ = [[AMapRouteSearchBaseRequest alloc] init]; } else { __this__ = [AMapRouteSearchBaseRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapDrivingCalRouteSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapDrivingCalRouteSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapDrivingCalRouteSearchRequest alloc] init]; } else { __this__ = [AMapDrivingCalRouteSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapDrivingRouteSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapDrivingRouteSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapDrivingRouteSearchRequest alloc] init]; } else { __this__ = [AMapDrivingRouteSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapWalkingRouteSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapWalkingRouteSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapWalkingRouteSearchRequest alloc] init]; } else { __this__ = [AMapWalkingRouteSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapTransitRouteSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapTransitRouteSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapTransitRouteSearchRequest alloc] init]; } else { __this__ = [AMapTransitRouteSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRidingRouteSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRidingRouteSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapRidingRouteSearchRequest alloc] init]; } else { __this__ = [AMapRidingRouteSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRouteSearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRouteSearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapRouteSearchResponse alloc] init]; } else { __this__ = [AMapRouteSearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRidingRouteSearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRidingRouteSearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapRidingRouteSearchResponse alloc] init]; } else { __this__ = [AMapRidingRouteSearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapTruckRouteSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapTruckRouteSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapTruckRouteSearchRequest alloc] init]; } else { __this__ = [AMapTruckRouteSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapDistanceSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapDistanceSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapDistanceSearchRequest alloc] init]; } else { __this__ = [AMapDistanceSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapDistanceSearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapDistanceSearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapDistanceSearchResponse alloc] init]; } else { __this__ = [AMapDistanceSearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapWeatherSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapWeatherSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapWeatherSearchRequest alloc] init]; } else { __this__ = [AMapWeatherSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapWeatherSearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapWeatherSearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapWeatherSearchResponse alloc] init]; } else { __this__ = [AMapWeatherSearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapNearbySearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapNearbySearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapNearbySearchRequest alloc] init]; } else { __this__ = [AMapNearbySearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapNearbySearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapNearbySearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapNearbySearchResponse alloc] init]; } else { __this__ = [AMapNearbySearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapCloudSearchBaseRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapCloudSearchBaseRequest* __this__; if ([init boolValue]) { __this__ = [[AMapCloudSearchBaseRequest alloc] init]; } else { __this__ = [AMapCloudSearchBaseRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapCloudPOIAroundSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapCloudPOIAroundSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapCloudPOIAroundSearchRequest alloc] init]; } else { __this__ = [AMapCloudPOIAroundSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapCloudPOIPolygonSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapCloudPOIPolygonSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapCloudPOIPolygonSearchRequest alloc] init]; } else { __this__ = [AMapCloudPOIPolygonSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapCloudPOIIDSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapCloudPOIIDSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapCloudPOIIDSearchRequest alloc] init]; } else { __this__ = [AMapCloudPOIIDSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapCloudPOILocalSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapCloudPOILocalSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapCloudPOILocalSearchRequest alloc] init]; } else { __this__ = [AMapCloudPOILocalSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapCloudPOISearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapCloudPOISearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapCloudPOISearchResponse alloc] init]; } else { __this__ = [AMapCloudPOISearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapShareSearchBaseRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapShareSearchBaseRequest* __this__; if ([init boolValue]) { __this__ = [[AMapShareSearchBaseRequest alloc] init]; } else { __this__ = [AMapShareSearchBaseRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapLocationShareSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapLocationShareSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapLocationShareSearchRequest alloc] init]; } else { __this__ = [AMapLocationShareSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapPOIShareSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapPOIShareSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapPOIShareSearchRequest alloc] init]; } else { __this__ = [AMapPOIShareSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRouteShareSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRouteShareSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapRouteShareSearchRequest alloc] init]; } else { __this__ = [AMapRouteShareSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapNavigationShareSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapNavigationShareSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapNavigationShareSearchRequest alloc] init]; } else { __this__ = [AMapNavigationShareSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapShareSearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapShareSearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapShareSearchResponse alloc] init]; } else { __this__ = [AMapShareSearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapFutureRouteSearchRequest": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapFutureRouteSearchRequest* __this__; if ([init boolValue]) { __this__ = [[AMapFutureRouteSearchRequest alloc] init]; } else { __this__ = [AMapFutureRouteSearchRequest alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapFutureRouteSearchResponse": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapFutureRouteSearchResponse* __this__; if ([init boolValue]) { __this__ = [[AMapFutureRouteSearchResponse alloc] init]; } else { __this__ = [AMapFutureRouteSearchResponse alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapSearchObject": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapSearchObject* __this__; if ([init boolValue]) { __this__ = [[AMapSearchObject alloc] init]; } else { __this__ = [AMapSearchObject alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapGeoPoint": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapGeoPoint* __this__; if ([init boolValue]) { __this__ = [[AMapGeoPoint alloc] init]; } else { __this__ = [AMapGeoPoint alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapGeoPolygon": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapGeoPolygon* __this__; if ([init boolValue]) { __this__ = [[AMapGeoPolygon alloc] init]; } else { __this__ = [AMapGeoPolygon alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapCity": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapCity* __this__; if ([init boolValue]) { __this__ = [[AMapCity alloc] init]; } else { __this__ = [AMapCity alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapSuggestion": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapSuggestion* __this__; if ([init boolValue]) { __this__ = [[AMapSuggestion alloc] init]; } else { __this__ = [AMapSuggestion alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapTip": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapTip* __this__; if ([init boolValue]) { __this__ = [[AMapTip alloc] init]; } else { __this__ = [AMapTip alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapImage": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapImage* __this__; if ([init boolValue]) { __this__ = [[AMapImage alloc] init]; } else { __this__ = [AMapImage alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapPOIExtension": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapPOIExtension* __this__; if ([init boolValue]) { __this__ = [[AMapPOIExtension alloc] init]; } else { __this__ = [AMapPOIExtension alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapIndoorData": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapIndoorData* __this__; if ([init boolValue]) { __this__ = [[AMapIndoorData alloc] init]; } else { __this__ = [AMapIndoorData alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapSubPOI": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapSubPOI* __this__; if ([init boolValue]) { __this__ = [[AMapSubPOI alloc] init]; } else { __this__ = [AMapSubPOI alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRoutePOI": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRoutePOI* __this__; if ([init boolValue]) { __this__ = [[AMapRoutePOI alloc] init]; } else { __this__ = [AMapRoutePOI alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapPOI": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapPOI* __this__; if ([init boolValue]) { __this__ = [[AMapPOI alloc] init]; } else { __this__ = [AMapPOI alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapAOI": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapAOI* __this__; if ([init boolValue]) { __this__ = [[AMapAOI alloc] init]; } else { __this__ = [AMapAOI alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRoad": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRoad* __this__; if ([init boolValue]) { __this__ = [[AMapRoad alloc] init]; } else { __this__ = [AMapRoad alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRoadInter": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRoadInter* __this__; if ([init boolValue]) { __this__ = [[AMapRoadInter alloc] init]; } else { __this__ = [AMapRoadInter alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapStreetNumber": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapStreetNumber* __this__; if ([init boolValue]) { __this__ = [[AMapStreetNumber alloc] init]; } else { __this__ = [AMapStreetNumber alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapBusinessArea": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapBusinessArea* __this__; if ([init boolValue]) { __this__ = [[AMapBusinessArea alloc] init]; } else { __this__ = [AMapBusinessArea alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapAddressComponent": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapAddressComponent* __this__; if ([init boolValue]) { __this__ = [[AMapAddressComponent alloc] init]; } else { __this__ = [AMapAddressComponent alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapReGeocode": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapReGeocode* __this__; if ([init boolValue]) { __this__ = [[AMapReGeocode alloc] init]; } else { __this__ = [AMapReGeocode alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapGeocode": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapGeocode* __this__; if ([init boolValue]) { __this__ = [[AMapGeocode alloc] init]; } else { __this__ = [AMapGeocode alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapBusStop": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapBusStop* __this__; if ([init boolValue]) { __this__ = [[AMapBusStop alloc] init]; } else { __this__ = [AMapBusStop alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapBusLine": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapBusLine* __this__; if ([init boolValue]) { __this__ = [[AMapBusLine alloc] init]; } else { __this__ = [AMapBusLine alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapDistrict": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapDistrict* __this__; if ([init boolValue]) { __this__ = [[AMapDistrict alloc] init]; } else { __this__ = [AMapDistrict alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapTMC": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapTMC* __this__; if ([init boolValue]) { __this__ = [[AMapTMC alloc] init]; } else { __this__ = [AMapTMC alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapStep": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapStep* __this__; if ([init boolValue]) { __this__ = [[AMapStep alloc] init]; } else { __this__ = [AMapStep alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapPath": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapPath* __this__; if ([init boolValue]) { __this__ = [[AMapPath alloc] init]; } else { __this__ = [AMapPath alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapFutureTimeInfoElement": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapFutureTimeInfoElement* __this__; if ([init boolValue]) { __this__ = [[AMapFutureTimeInfoElement alloc] init]; } else { __this__ = [AMapFutureTimeInfoElement alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapFutureTimeInfo": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapFutureTimeInfo* __this__; if ([init boolValue]) { __this__ = [[AMapFutureTimeInfo alloc] init]; } else { __this__ = [AMapFutureTimeInfo alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapWalking": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapWalking* __this__; if ([init boolValue]) { __this__ = [[AMapWalking alloc] init]; } else { __this__ = [AMapWalking alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapTaxi": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapTaxi* __this__; if ([init boolValue]) { __this__ = [[AMapTaxi alloc] init]; } else { __this__ = [AMapTaxi alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRailwayStation": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRailwayStation* __this__; if ([init boolValue]) { __this__ = [[AMapRailwayStation alloc] init]; } else { __this__ = [AMapRailwayStation alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRailwaySpace": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRailwaySpace* __this__; if ([init boolValue]) { __this__ = [[AMapRailwaySpace alloc] init]; } else { __this__ = [AMapRailwaySpace alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRailway": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRailway* __this__; if ([init boolValue]) { __this__ = [[AMapRailway alloc] init]; } else { __this__ = [AMapRailway alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapSegment": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapSegment* __this__; if ([init boolValue]) { __this__ = [[AMapSegment alloc] init]; } else { __this__ = [AMapSegment alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapTransit": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapTransit* __this__; if ([init boolValue]) { __this__ = [[AMapTransit alloc] init]; } else { __this__ = [AMapTransit alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapRoute": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapRoute* __this__; if ([init boolValue]) { __this__ = [[AMapRoute alloc] init]; } else { __this__ = [AMapRoute alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapDistanceResult": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapDistanceResult* __this__; if ([init boolValue]) { __this__ = [[AMapDistanceResult alloc] init]; } else { __this__ = [AMapDistanceResult alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapLocalWeatherLive": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapLocalWeatherLive* __this__; if ([init boolValue]) { __this__ = [[AMapLocalWeatherLive alloc] init]; } else { __this__ = [AMapLocalWeatherLive alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapLocalDayWeatherForecast": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapLocalDayWeatherForecast* __this__; if ([init boolValue]) { __this__ = [[AMapLocalDayWeatherForecast alloc] init]; } else { __this__ = [AMapLocalDayWeatherForecast alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapLocalWeatherForecast": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapLocalWeatherForecast* __this__; if ([init boolValue]) { __this__ = [[AMapLocalWeatherForecast alloc] init]; } else { __this__ = [AMapLocalWeatherForecast alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapNearbyUserInfo": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapNearbyUserInfo* __this__; if ([init boolValue]) { __this__ = [[AMapNearbyUserInfo alloc] init]; } else { __this__ = [AMapNearbyUserInfo alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapTrafficEvaluation": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapTrafficEvaluation* __this__; if ([init boolValue]) { __this__ = [[AMapTrafficEvaluation alloc] init]; } else { __this__ = [AMapTrafficEvaluation alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapTrafficRoad": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapTrafficRoad* __this__; if ([init boolValue]) { __this__ = [[AMapTrafficRoad alloc] init]; } else { __this__ = [AMapTrafficRoad alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapTrafficInfo": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapTrafficInfo* __this__; if ([init boolValue]) { __this__ = [[AMapTrafficInfo alloc] init]; } else { __this__ = [AMapTrafficInfo alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapCloudImage": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapCloudImage* __this__; if ([init boolValue]) { __this__ = [[AMapCloudImage alloc] init]; } else { __this__ = [AMapCloudImage alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapCloudPOI": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapCloudPOI* __this__; if ([init boolValue]) { __this__ = [[AMapCloudPOI alloc] init]; } else { __this__ = [AMapCloudPOI alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapSearchError": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapSearchError* __this__; if ([init boolValue]) { __this__ = [[AMapSearchError alloc] init]; } else { __this__ = [AMapSearchError alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapNearbyUploadInfo": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapNearbyUploadInfo* __this__; if ([init boolValue]) { __this__ = [[AMapNearbyUploadInfo alloc] init]; } else { __this__ = [AMapNearbyUploadInfo alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"ObjectFactory::create_batchAMapSearchAPI": ^(NSObject * registrar, id argsBatch, FlutterResult methodResult) { NSMutableArray* resultList = [NSMutableArray array]; NSNumber* length = (NSNumber*) ((NSDictionary*) argsBatch)[@"length"]; NSNumber* init = (NSNumber*) ((NSDictionary*) argsBatch)[@"init"]; for (NSUInteger __i__ = 0; __i__ < [length integerValue]; __i__++) { AMapSearchAPI* __this__; if ([init boolValue]) { __this__ = [[AMapSearchAPI alloc] init]; } else { __this__ = [AMapSearchAPI alloc]; } [resultList addObject:__this__]; } methodResult(resultList); if (enableLog) NSLog(@"HEAP: %@", HEAP); }, @"AMapNearbySearchManagerDelegate::createAnonymous__": ^(NSObject * registrar, id args, FlutterResult methodResult) { id __result__ = [[AMapNearbySearchManagerDelegate_Anonymous alloc] initWithFlutterPluginRegistrar:registrar]; methodResult(__result__); }, @"AMapSearchDelegate::createAnonymous__": ^(NSObject * registrar, id args, FlutterResult methodResult) { id __result__ = [[AMapSearchDelegate_Anonymous alloc] initWithFlutterPluginRegistrar:registrar]; methodResult(__result__); }, }; } @end