From 21d3023a9b7b6aff68c1170e345951396b1c6cfd Mon Sep 17 00:00:00 2001
From: 单军华
Date: Tue, 31 Jul 2018 13:35:21 +0800
Subject: [PATCH] no message
---
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