// // AMapSearchObj.h // AMapSearchKit // // Created by xiaoming han on 15/7/22. // Copyright (c) 2015年 AutoNavi. All rights reserved. // /** * 该文件定义了搜索请求和返回对象。 */ #import #import "AMapCommonObj.h" #pragma mark - AMapPOISearchBaseRequest /// POI搜索请求基类 @interface AMapPOISearchBaseRequest : AMapSearchObject @property (nonatomic, copy) NSString *types; //!< 类型,多个类型用“|”分割 可选值:文本分类、分类代码 @property (nonatomic, assign) NSInteger sortrule; //