1、3D 地圖配色比 2D 好看
2、設置 zoomlevel 和 center 等會取消mode的狀態。如果先設置 showUserLocation 以及 trackingMode 為 follow 再設置 zoomLevel 地圖會出現在北京的某個位置。(僅限 3D 地圖)
lbs.upload.ticket.d4fb90608b87862bdaf03748549a22d31483671437.png
3、高德地圖的 driveManager (包括其他的導航 Manager)需在當前界面使用。
4、高德地圖不能使用系統截圖 API,必須調用高德地圖 API 來獲取圖片再進行拼接。
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 沒有導入 Bundle.
問題:
import <AMapSearchKit/AMapSearchKit.h> not found
解決:
刪除本地代碼,重新拷貝。