3114 lines
136 KiB
Mathematica
3114 lines
136 KiB
Mathematica
|
//////////////////////////////////////////////////////////
|
||
|
// GENERATED BY FLUTTIFY. DO NOT EDIT IT.
|
||
|
//////////////////////////////////////////////////////////
|
||
|
|
||
|
#import "SubHandler11.h"
|
||
|
#import "FluttifyMessageCodec.h"
|
||
|
#import <AMapSearchKit/AMapSearchKit.h>
|
||
|
#import "AMapNearbySearchManagerDelegate_Anonymous.h"
|
||
|
#import "AMapSearchDelegate_Anonymous.h"
|
||
|
|
||
|
// Dart端一次方法调用所存在的栈, 只有当MethodChannel传递参数受限时, 再启用这个容器
|
||
|
extern NSMutableDictionary<NSString*, NSObject*>* STACK;
|
||
|
// Dart端随机存取对象的容器
|
||
|
extern NSMutableDictionary<NSString*, NSObject*>* HEAP;
|
||
|
// 日志打印开关
|
||
|
extern BOOL enableLog;
|
||
|
|
||
|
@implementation AmapSearchFluttifyPlugin (SubHandler11)
|
||
|
- (NSDictionary<NSString*, Handler>*) getSubHandler11 {
|
||
|
__weak __typeof(self)weakSelf = self;
|
||
|
return @{
|
||
|
@"ObjectFactory::createAMapCloudPOIIDSearchRequest": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapCloudPOIIDSearchRequest");
|
||
|
}
|
||
|
|
||
|
AMapCloudPOIIDSearchRequest* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapCloudPOIIDSearchRequest alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapCloudPOIIDSearchRequest alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapCloudPOILocalSearchRequest": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapCloudPOILocalSearchRequest");
|
||
|
}
|
||
|
|
||
|
AMapCloudPOILocalSearchRequest* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapCloudPOILocalSearchRequest alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapCloudPOILocalSearchRequest alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapCloudPOISearchResponse": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapCloudPOISearchResponse");
|
||
|
}
|
||
|
|
||
|
AMapCloudPOISearchResponse* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapCloudPOISearchResponse alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapCloudPOISearchResponse alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapShareSearchBaseRequest": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapShareSearchBaseRequest");
|
||
|
}
|
||
|
|
||
|
AMapShareSearchBaseRequest* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapShareSearchBaseRequest alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapShareSearchBaseRequest alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapLocationShareSearchRequest": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapLocationShareSearchRequest");
|
||
|
}
|
||
|
|
||
|
AMapLocationShareSearchRequest* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapLocationShareSearchRequest alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapLocationShareSearchRequest alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapPOIShareSearchRequest": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapPOIShareSearchRequest");
|
||
|
}
|
||
|
|
||
|
AMapPOIShareSearchRequest* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapPOIShareSearchRequest alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapPOIShareSearchRequest alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapRouteShareSearchRequest": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapRouteShareSearchRequest");
|
||
|
}
|
||
|
|
||
|
AMapRouteShareSearchRequest* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapRouteShareSearchRequest alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapRouteShareSearchRequest alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapNavigationShareSearchRequest": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapNavigationShareSearchRequest");
|
||
|
}
|
||
|
|
||
|
AMapNavigationShareSearchRequest* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapNavigationShareSearchRequest alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapNavigationShareSearchRequest alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapShareSearchResponse": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapShareSearchResponse");
|
||
|
}
|
||
|
|
||
|
AMapShareSearchResponse* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapShareSearchResponse alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapShareSearchResponse alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapFutureRouteSearchRequest": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapFutureRouteSearchRequest");
|
||
|
}
|
||
|
|
||
|
AMapFutureRouteSearchRequest* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapFutureRouteSearchRequest alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapFutureRouteSearchRequest alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapFutureRouteSearchResponse": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapFutureRouteSearchResponse");
|
||
|
}
|
||
|
|
||
|
AMapFutureRouteSearchResponse* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapFutureRouteSearchResponse alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapFutureRouteSearchResponse alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapSearchObject": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapSearchObject");
|
||
|
}
|
||
|
|
||
|
AMapSearchObject* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapSearchObject alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapSearchObject alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapGeoPoint": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapGeoPoint");
|
||
|
}
|
||
|
|
||
|
AMapGeoPoint* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapGeoPoint alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapGeoPoint alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapGeoPolygon": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapGeoPolygon");
|
||
|
}
|
||
|
|
||
|
AMapGeoPolygon* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapGeoPolygon alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapGeoPolygon alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapCity": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapCity");
|
||
|
}
|
||
|
|
||
|
AMapCity* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapCity alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapCity alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapSuggestion": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapSuggestion");
|
||
|
}
|
||
|
|
||
|
AMapSuggestion* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapSuggestion alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapSuggestion alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapTip": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapTip");
|
||
|
}
|
||
|
|
||
|
AMapTip* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapTip alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapTip alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapImage": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapImage");
|
||
|
}
|
||
|
|
||
|
AMapImage* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapImage alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapImage alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapPOIExtension": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapPOIExtension");
|
||
|
}
|
||
|
|
||
|
AMapPOIExtension* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapPOIExtension alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapPOIExtension alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapIndoorData": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapIndoorData");
|
||
|
}
|
||
|
|
||
|
AMapIndoorData* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapIndoorData alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapIndoorData alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapSubPOI": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapSubPOI");
|
||
|
}
|
||
|
|
||
|
AMapSubPOI* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapSubPOI alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapSubPOI alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapRoutePOI": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapRoutePOI");
|
||
|
}
|
||
|
|
||
|
AMapRoutePOI* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapRoutePOI alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapRoutePOI alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapPOI": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapPOI");
|
||
|
}
|
||
|
|
||
|
AMapPOI* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapPOI alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapPOI alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapAOI": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapAOI");
|
||
|
}
|
||
|
|
||
|
AMapAOI* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapAOI alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapAOI alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapRoad": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapRoad");
|
||
|
}
|
||
|
|
||
|
AMapRoad* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapRoad alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapRoad alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapRoadInter": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapRoadInter");
|
||
|
}
|
||
|
|
||
|
AMapRoadInter* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapRoadInter alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapRoadInter alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapStreetNumber": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapStreetNumber");
|
||
|
}
|
||
|
|
||
|
AMapStreetNumber* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapStreetNumber alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapStreetNumber alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapBusinessArea": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapBusinessArea");
|
||
|
}
|
||
|
|
||
|
AMapBusinessArea* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapBusinessArea alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapBusinessArea alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapAddressComponent": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapAddressComponent");
|
||
|
}
|
||
|
|
||
|
AMapAddressComponent* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapAddressComponent alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapAddressComponent alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapReGeocode": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapReGeocode");
|
||
|
}
|
||
|
|
||
|
AMapReGeocode* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapReGeocode alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapReGeocode alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapGeocode": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapGeocode");
|
||
|
}
|
||
|
|
||
|
AMapGeocode* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapGeocode alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapGeocode alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapBusStop": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapBusStop");
|
||
|
}
|
||
|
|
||
|
AMapBusStop* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapBusStop alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapBusStop alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapBusLine": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapBusLine");
|
||
|
}
|
||
|
|
||
|
AMapBusLine* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapBusLine alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapBusLine alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapDistrict": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapDistrict");
|
||
|
}
|
||
|
|
||
|
AMapDistrict* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapDistrict alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapDistrict alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapTMC": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapTMC");
|
||
|
}
|
||
|
|
||
|
AMapTMC* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapTMC alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapTMC alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapStep": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapStep");
|
||
|
}
|
||
|
|
||
|
AMapStep* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapStep alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapStep alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapPath": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapPath");
|
||
|
}
|
||
|
|
||
|
AMapPath* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapPath alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapPath alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapFutureTimeInfoElement": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapFutureTimeInfoElement");
|
||
|
}
|
||
|
|
||
|
AMapFutureTimeInfoElement* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapFutureTimeInfoElement alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapFutureTimeInfoElement alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapFutureTimeInfo": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapFutureTimeInfo");
|
||
|
}
|
||
|
|
||
|
AMapFutureTimeInfo* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapFutureTimeInfo alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapFutureTimeInfo alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapWalking": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapWalking");
|
||
|
}
|
||
|
|
||
|
AMapWalking* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapWalking alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapWalking alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapTaxi": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapTaxi");
|
||
|
}
|
||
|
|
||
|
AMapTaxi* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapTaxi alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapTaxi alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapRailwayStation": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapRailwayStation");
|
||
|
}
|
||
|
|
||
|
AMapRailwayStation* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapRailwayStation alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapRailwayStation alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapRailwaySpace": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapRailwaySpace");
|
||
|
}
|
||
|
|
||
|
AMapRailwaySpace* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapRailwaySpace alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapRailwaySpace alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapRailway": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapRailway");
|
||
|
}
|
||
|
|
||
|
AMapRailway* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapRailway alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapRailway alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapSegment": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapSegment");
|
||
|
}
|
||
|
|
||
|
AMapSegment* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapSegment alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapSegment alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapTransit": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapTransit");
|
||
|
}
|
||
|
|
||
|
AMapTransit* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapTransit alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapTransit alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapRoute": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapRoute");
|
||
|
}
|
||
|
|
||
|
AMapRoute* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapRoute alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapRoute alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapDistanceResult": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapDistanceResult");
|
||
|
}
|
||
|
|
||
|
AMapDistanceResult* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapDistanceResult alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapDistanceResult alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapLocalWeatherLive": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapLocalWeatherLive");
|
||
|
}
|
||
|
|
||
|
AMapLocalWeatherLive* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapLocalWeatherLive alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapLocalWeatherLive alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapLocalDayWeatherForecast": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapLocalDayWeatherForecast");
|
||
|
}
|
||
|
|
||
|
AMapLocalDayWeatherForecast* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapLocalDayWeatherForecast alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapLocalDayWeatherForecast alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapLocalWeatherForecast": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapLocalWeatherForecast");
|
||
|
}
|
||
|
|
||
|
AMapLocalWeatherForecast* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapLocalWeatherForecast alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapLocalWeatherForecast alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapNearbyUserInfo": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapNearbyUserInfo");
|
||
|
}
|
||
|
|
||
|
AMapNearbyUserInfo* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapNearbyUserInfo alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapNearbyUserInfo alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapTrafficEvaluation": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapTrafficEvaluation");
|
||
|
}
|
||
|
|
||
|
AMapTrafficEvaluation* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapTrafficEvaluation alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapTrafficEvaluation alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapTrafficRoad": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapTrafficRoad");
|
||
|
}
|
||
|
|
||
|
AMapTrafficRoad* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapTrafficRoad alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapTrafficRoad alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapTrafficInfo": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapTrafficInfo");
|
||
|
}
|
||
|
|
||
|
AMapTrafficInfo* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapTrafficInfo alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapTrafficInfo alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapCloudImage": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapCloudImage");
|
||
|
}
|
||
|
|
||
|
AMapCloudImage* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapCloudImage alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapCloudImage alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapCloudPOI": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapCloudPOI");
|
||
|
}
|
||
|
|
||
|
AMapCloudPOI* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapCloudPOI alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapCloudPOI alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapSearchError": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapSearchError");
|
||
|
}
|
||
|
|
||
|
AMapSearchError* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapSearchError alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapSearchError alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapNearbyUploadInfo": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapNearbyUploadInfo");
|
||
|
}
|
||
|
|
||
|
AMapNearbyUploadInfo* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapNearbyUploadInfo alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapNearbyUploadInfo alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::createAMapSearchAPI": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
// print log
|
||
|
if (enableLog) {
|
||
|
NSLog(@"ObjectFactory::createAMapSearchAPI");
|
||
|
}
|
||
|
|
||
|
AMapSearchAPI* __this__;
|
||
|
if ([((NSDictionary<NSString*, id>*) args)[@"init"] boolValue]) {
|
||
|
__this__ = [[AMapSearchAPI alloc] init];
|
||
|
} else {
|
||
|
__this__ = [AMapSearchAPI alloc];
|
||
|
}
|
||
|
|
||
|
methodResult(__this__);
|
||
|
|
||
|
if (enableLog) NSLog(@"HEAP: %@", HEAP);
|
||
|
},
|
||
|
|
||
|
@"ObjectFactory::create_batchAMapPOISearchBaseRequest": ^(NSObject <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id argsBatch, FlutterResult methodResult) {
|
||
|
NSMutableArray<NSObject*>* resultList = [NSMutableArray array];
|
||
|
|
||
|
NSNumber* length = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) argsBatch)[@"length"];
|
||
|
NSNumber* init = (NSNumber*) ((NSDictionary<NSString*, NSObject*>*) 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 <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
id<AMapNearbySearchManagerDelegate> __result__ = [[AMapNearbySearchManagerDelegate_Anonymous alloc] initWithFlutterPluginRegistrar:registrar];
|
||
|
methodResult(__result__);
|
||
|
},
|
||
|
@"AMapSearchDelegate::createAnonymous__": ^(NSObject <FlutterPluginRegistrar> * registrar, id args, FlutterResult methodResult) {
|
||
|
id<AMapSearchDelegate> __result__ = [[AMapSearchDelegate_Anonymous alloc] initWithFlutterPluginRegistrar:registrar];
|
||
|
methodResult(__result__);
|
||
|
},
|
||
|
};
|
||
|
}
|
||
|
|
||
|
@end
|