新增:
新增調啟百度地圖導航的接口(百度地圖導航和Web端導航)
在BMKNavigation中新增類枚舉類型的數據結構NAVI_TYPE來定義調起導航的兩種類型:NAVI_TYPE_NATIVE(調起客戶端導航)和NAVI_TYPE_WEB(調起web導航)
在BMKNavigation中新增類NaviPara來管理調起導航時傳入的參數
在類NaviPara中新增屬性@property (nonatomic, retain) BMKPlanNode* startPoint;定義導航的起點
在類NaviPara中新增屬性@property (nonatomic, retain) BMKPlanNode* endPoint;定義導航的終點
在類NaviPara中新增屬性@property (nonatomic, assign) NAVI_TYPE naviType;定義導航的類型
在類NaviPara中新增屬性@property (nonatomic, retain) NSString* appScheme;定義應用返回scheme
在類NaviPara中新增屬性@property (nonatomic, retain) NSString* appName;定義應用名稱
在BMKNavigation中新增接口+ (void)openBaiduMapNavigation:;根據傳入的參數調起導航
幾何圖形繪制中,增加弧線繪制方法
在BMKArcline中新增接口+ (BMKArcline *)arclineWithPoints:;根據指定坐標點生成一段圓弧
在BMKArcline中新增接口+ (BMKArcline *)arclineWithCoordinates:;根據指定經緯度生成一段圓弧
在類BMKArclineView中新增屬性@property (nonatomic, readonly) BMKArcline *arcline;來定義該View對應的圓弧數據對象
在BMKArclineView中新增接口- (id)initWithArcline:;根據指定的弧線生成一個圓弧View
幾何圖形繪制中,擴增凹多邊形繪制能力
新增Key驗證返回值
在BMKMapManager中新增枚舉數據類型EN_PERMISSION_STATUS類來定義key驗證錯誤碼
服務端具體返回的錯誤碼請參見http://developer.baidu.com/map/lbs-appendix.htm#.appendix2
新增公交換乘查詢中的結果字段
在類BMKLine中新增屬性@property (nonatomic) int zonePrice;定義路段價格
在類BMKLine中新增屬性@property (nonatomic) int totalPrice;定義線路總價格
在類BMKLine中新增屬性@property (nonatomic) int time;定義線路耗時,單位:秒
在類BMKRoute中新增屬性@property (nonatomic) int time;定義此路段的消耗時間,單位:秒
優化:
優化Key鑒權認證策略
優化幾何圖形繪制中,折線段繪制末端圓滑
提升添加、刪除幾何圖形覆蓋物的效率
修復:
修復iOS7系統下,定位圖層拖圖時卡頓的bug
修復POI檢索結果中,結果頁索引始終為0的bug
修復駕車線路規劃中,最後一個節點提示信息有誤的bug
更多精彩,請大家持續關注百度地圖SDK。 http://developer.baidu.com/map/sdkiosdev-update.htm