From 7b02207537d35bfa1714bf8beafc921f717d100a Mon Sep 17 00:00:00 2001
From: 单军华
Date: Wed, 11 Jul 2018 10:47:42 +0800
Subject: [PATCH] 首次上传

---
 screendisplay/screendisplay/Classes/检测/Controller/MonitoringMapViewController.h |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git "a/screendisplay/screendisplay/Classes/\346\243\200\346\265\213/Controller/MonitoringMapViewController.h" "b/screendisplay/screendisplay/Classes/\346\243\200\346\265\213/Controller/MonitoringMapViewController.h"
new file mode 100644
index 0000000..f3d165a
--- /dev/null
+++ "b/screendisplay/screendisplay/Classes/\346\243\200\346\265\213/Controller/MonitoringMapViewController.h"
@@ -0,0 +1,28 @@
+//
+//  MonitoringMapViewController.h
+//  screendisplay
+//
+//  Created by ��������� on 2018/7/5.
+//  Copyright �� 2018��� ���������. All rights reserved.
+//
+
+#import "LMJBaseViewController.h"
+#import <BaiduMapAPI_Utils/BMKUtilsComponent.h>
+#import <BaiduMapAPI_Map/BMKMapComponent.h>
+#import <BaiduMapAPI_Search/BMKSearchComponent.h>
+
+
+@interface MonitoringMapViewController : LMJBaseViewController<BMKMapViewDelegate, BMKGeoCodeSearchDelegate>
+{
+    BMKMapView* _mapView;
+    NSString* _coordinateXText;
+    NSString* _coordinateYText;
+    NSString* _cityText;
+    NSString* _addrText;
+    BMKGeoCodeSearch* _geocodesearch;
+}
+
+-(void)onClickGeocode;
+-(void)onClickReverseGeocode;
+
+@end

--
Gitblit v1.8.0