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

---
 screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/readme.txt |  145 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 145 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/readme.txt b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/readme.txt
new file mode 100644
index 0000000..6912cfc
--- /dev/null
+++ b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Search.framework/readme.txt
@@ -0,0 +1,145 @@
+���������������������POI���������������������������������������������������������/���������������������������������������������������������
+
+
+
+
+--------------------------------------------------------------------------------------
+
+iOS ������ SDK v4.1.1������������iOS������������������������������������������
+
+--------------------------------------------------------------------------------------
+
+������SDK���������������������������������������
+
+���������������������������������������������������
+
+POI������������������������������������������������������������������������
+
+���������������������������������������������������������������������������
+
+���������������������������������������������������������������������������
+
+������������������������������������������������������������������������������������������������������������������������������������LBS���������
+
+������������������������������������������������������������������������������������������������������������
+
+���������������������������������������������������������������������������������������������
+
+���������������������������SDK������������������������������������������������������WebApp������������������������
+
+���������������������������������������������������������App���������������������������������������������������App���������������������������
+
+LBS���������������������������������LBS������������������������
+
+������������������������������������Place���������������������������������������������������������������������������������������������
+
+
+--------------------------------------------------------------------------------------
+ 
+ 
+ ��� ��� ��� ��� ��� ���
+ ��� ��� ��� ���
+ 1������v3.2.0������������������iOS SDK������������HTTPS���������������������������������������openssl������������libssl.a���libcrypto.a������������thirdlib������������
+ ������������������ TARGETS->Build Phases-> Link Binary With Libaries������������+������������������������������������������Add Other������������������libssl.a���libcrypto.a������������������ ���
+ 
+ 2���������CocoaPods������
+ pod setup //������CocoPods������������
+ pod search BaiduMapKit  //������������������SDK
+ 
+
+������������
+1. ���������������������������������������
+    ���������������
+        ���������������������������������������������������������������������������������������������������������������������������������������������
+    ���������������
+        A. Json���������stylers������������"level"���������������������������������������������������stylers������������"level"������������������������������������������������������������;
+	B. "level"���������������Json���������������������������������������������������������������������������[4-21]������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
+        C. ������Json������������������������������������������1���������������������������������������2���������������������������������������������������������2������������������������������������1���
+    ���������������
+        [
+				    {
+                "featureType":"green",
+                "elementType":"geometry",
+                "stylers": {
+                "color": "#232c3aff",
+                "level": "14"
+                }
+            }
+        ]
+        
+2. ���������������������������������
+    ���������������
+	���������������������������������������������������������������������������������������������������������poi���������������������������������������������������������������
+			
+    ���������������
+       A. Json���������stylers���������: "weight"���������������������������������������������������������������������������������������������������
+       B. "weight"���������������������Json���������������������������������������������[0, 255]������������������0���������������0���������������������255���������255���������
+       
+    ���������������
+      [
+         {
+            "featureType":"green",
+            "elementType":"geometry",
+            "stylers": {
+            "weight": "10"
+            }
+         }
+      ]
+
+3. ���������������������������������������������������������������������������������������������������
+   ������������������������������������������������
+       "estate"                         // ���������������������������������
+       "shopping"                       // ���������������������������������������������������������
+       "transportation"                 // ������������������������������������������������������������������������������������������������������������������������������
+ 
+   ������������������������������������������������
+       "estatelabel"                    // ������������������
+       "businesstowerlabel"             // ������������������
+       "companylabel"                   // ������������������
+       "governmentlabel"                // ������������������
+       "restaurantlabel"                // ���������������
+       "hotellabel"                     // ���������������
+       "shoppinglabel"                  // ���������������
+       "lifeservicelabel"               // ���������������������
+       "carservicelabel"                // ���������������������
+       "transportationlabel"            // ���������������������
+       "financelabel"                   // ���������������
+       "otherlabel"                     // ���������������
+
+4. ���������������������������������������������������������������������
+    ���������������
+       ������������������������������������������������������������(visibility)������������color���������������weight������������������������������������������
+       ������������������������������������visibility������������������color���������������weight������������������������������������������������������
+       
+    ��������������� 
+      [ 
+         {
+            "featureType":"green",
+            "elementType":"geometry",
+            "stylers": {
+                "weight": "10"
+            }
+         },
+         {
+            "featureType":"green",
+            "elementType":"geometry",
+            "stylers": {
+                 "visibility": "off"
+            }
+         }
+      ] 
+   ������������������visibility���������������������������visibility���������on���
+ 
+������������
+ 1.������POI������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
+    A.������POI��������������������������������������������������� BMKPOIXXXSearchOption���������������������������������������������������������������������������������������������������������
+    B.POI���������������POI���������������POI��������������������������������� BMKPOISearchResult ���
+      POI������������������ BMKPOIDetailSearchResult ���
+      POI������������������ BMKPOIIndoorSearchResult ���
+ 2.���������������������������������������������
+ 3.���������������������������
+ 4.���������������������������mapapi.bundle������������6.4MB���������4.3MB���������33%���
+ 
+������������
+ 1.������������������������������������������crash���
+

\ No newline at end of file

--
Gitblit v1.8.0