From 3e8437ae559487362fae3525beb79c534c213a51 Mon Sep 17 00:00:00 2001
From: 单军华
Date: Thu, 12 Jul 2018 13:44:34 +0800
Subject: [PATCH] bug修复和功能优化

---
 screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenPoiOption.h |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenPoiOption.h b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenPoiOption.h
new file mode 100644
index 0000000..179e9ed
--- /dev/null
+++ b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Utils.framework/Headers/BMKOpenPoiOption.h
@@ -0,0 +1,39 @@
+//
+//  BMKOpenPoiOption.h
+//  UtilsComponent
+//
+//  Created by wzy on 15/3/26.
+//  Copyright (c) 2015��� baidu. All rights reserved.
+//
+
+#ifndef UtilsComponent_BMKOpenPoiOption_h
+#define UtilsComponent_BMKOpenPoiOption_h
+
+#import <Foundation/Foundation.h>
+#import <CoreLocation/CoreLocation.h>
+#import "BMKOpenOption.h"
+
+///��������������������� poi���������������
+@interface BMKOpenPoiDetailOption : BMKOpenOption
+
+///poi���uid
+@property (nonatomic, strong) NSString* poiUid;
+
+@end
+
+
+///��������������������� poi���������������
+@interface BMKOpenPoiNearbyOption : BMKOpenOption
+
+///������������������������
+@property (nonatomic, assign) CLLocationCoordinate2D location;
+///������
+@property (nonatomic, assign) NSUInteger radius;
+///���������
+@property (nonatomic, strong) NSString* keyword;
+
+@end
+
+
+#endif
+

--
Gitblit v1.8.0