BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
属性 | 所有成员列表
BMKNaviLocationInfo类 参考

导航(小车)当前位置信息 更多...

#include <BMKBackgroundNavigationView.h>

类 BMKNaviLocationInfo 继承关系图:

属性

CLLocationCoordinate2D location
 当前位置经纬度
 
CLLocationCoordinate2D locationBindRoute
 当前绑路后位置经纬度
 
CGFloat direction
 当前位置方向
 
CGFloat directionRoute
 当前位置路线方向
 
NSInteger shapeIndex
 当前位置的路线形状点索引,对应BMKNaviRouteInfo的routeInfo数组
 
BOOL isFaraway
 当前是否偏航(远离路线)
 

详细描述

导航(小车)当前位置信息

属性说明

◆ direction

- (CGFloat) direction
readwritenonatomicassign

当前位置方向

◆ directionRoute

- (CGFloat) directionRoute
readwritenonatomicassign

当前位置路线方向

◆ isFaraway

- (BOOL) isFaraway
readwritenonatomicassign

当前是否偏航(远离路线)

◆ location

- (CLLocationCoordinate2D) location
readwritenonatomicassign

当前位置经纬度

◆ locationBindRoute

- (CLLocationCoordinate2D) locationBindRoute
readwritenonatomicassign

当前绑路后位置经纬度

◆ shapeIndex

- (NSInteger) shapeIndex
readwritenonatomicassign

当前位置的路线形状点索引,对应BMKNaviRouteInfo的routeInfo数组


该类的文档由以下文件生成: