BaiduMap_IOSSDK_v6.6.3_Docs  6.6.3
属性 | 所有成员列表
BMKNaviLocationInfo类 参考

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

#import <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数组


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