From 83b9d5c682b21d88133f24da0f94dd56bd79e687 Mon Sep 17 00:00:00 2001
From: 单军华
Date: Thu, 19 Jul 2018 13:38:55 +0800
Subject: [PATCH] change
---
screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/readme.txt | 145 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 145 insertions(+), 0 deletions(-)
diff --git a/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/readme.txt b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/readme.txt
new file mode 100644
index 0000000..0d1b90f
--- /dev/null
+++ b/screendisplay/Pods/BaiduMapKit/BaiduMapKit/BaiduMapAPI_Location.framework/readme.txt
@@ -0,0 +1,145 @@
+������������������������������������������
+
+
+
+
+--------------------------------------------------------------------------------------
+
+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