Map Doc  1.0
iOS-引擎SDK-开放平台
MBHighwayGuideItem类 参考

#import <MBHighwayGuideItem.h>

类 MBHighwayGuideItem 继承关系图:
MBObject

属性

MBHighwayGuideType type
 
int absDistance
 
int distance
 
NSString * name
 
BOOL onRoute
 
NSInteger actualIndex
 
NSMutableArray< MBHighwayGuideText * > * texts
 

额外继承的成员函数

- 构造函数 继承自 MBObject
(instancetype) - initWithHandle:
 
(void *) - getHandle
 

详细描述

高速相关基本信息

属性说明

◆ absDistance

- (int) absDistance
readnonatomicassign

从起点到这个信息点的绝对距离

◆ actualIndex

- (NSInteger) actualIndex
readnonatomicassign

真实下标。即该行程信息在从自车位置起沿路线的行程信息序列中的下标。

◆ distance

- (int) distance
readnonatomicassign

相对距离,从当前自车位置到该行程信息所在地的距离,单位:米

◆ name

- (NSString*) name
readnonatomiccopy

行程信息文字。如:"天水大街;黄村"、"京开高速;西红门南桥;南五环"、"马驹桥服务区"等

◆ onRoute

- (BOOL) onRoute
readnonatomicassign

是否在路线上,即:该行程信息所指向的方向是否就在路线上

◆ texts

- (NSMutableArray<MBHighwayGuideText *>*) texts
readnonatomicstrong

行程信息中的各条路牌文字

◆ type

- (MBHighwayGuideType) type
readnonatomicassign

行程信息类型:出口/高速连接线/服务区/收费站


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