iOS 集成高德地图小知识备忘

2017-02-24  本文已影响109人  no9xavier

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

解决:
删除本地代码,重新拷贝。

上一篇下一篇

猜你喜欢

热点阅读