1、3D 地圖配色比 2D 好看
2、設(shè)置 zoomlevel 和 center 等會取消mode的狀態(tài)。如果先設(shè)置 showUserLocation 以及 trackingMode 為 follow 再設(shè)置 zoomLevel 地圖會出現(xiàn)在北京的某個位置。(僅限 3D 地圖)

lbs.upload.ticket.d4fb90608b87862bdaf03748549a22d31483671437.png
3、高德地圖的 driveManager (包括其他的導(dǎo)航 Manager)需在當(dāng)前界面使用。
4、高德地圖不能使用系統(tǒng)截圖 API,必須調(diào)用高德地圖 API 來獲取圖片再進(jìn)行拼接。
5、高德地圖報錯
問題:
Cannot form weak reference to instance (0x125e81df0) of class AMapNaviWalkView. It is possible that this object was over-released, or is in the process of deallocation.
解決:
AMapNavi.bundle 沒有導(dǎo)入 Bundle.
問題:
import <AMapSearchKit/AMapSearchKit.h> not found
解決:
刪除本地代碼,重新拷貝。