// // AMapSearchServices.h // AMapSearchKit // // Created by xiaoming han on 15/6/18. // Copyright (c) 2015年 xiaoming han. All rights reserved. // #import @interface AMapSearchServices : NSObject + (AMapSearchServices *)sharedServices; /// API Key, 在使用搜索服务之前需要先绑定key. @property (nonatomic, copy) NSString *apiKey; /// SDK 版本号, 形式如v3.0.0 @property (nonatomic, readonly) NSString *SDKVersion; @end