PathGuideItem类参考

所有成员的列表。

公有成员

(void) - dispose

属性

Rectangle2Dbounds
 返回该行驶导引子项的范围。
DirectionType directionType
 返回该行驶导引子项的行驶方向。
double distance
 返回站点到网络的距离。
GeoLineguideLine
 返回该行驶导引子项为线类型(即 isEdge 返回 true)时,对应的行驶导引线段。
NSInteger ID
 返回该行驶导引子项的 ID。
NSInteger index
 返回该行驶导引子项的序号。
double length
 返回该行驶导引子项为线类型(即 isEdge 返回 true})时,对应线段的长度。
NSString * name
 返回该行驶导引子项的名称。
SideType sideType
 返回该行驶导引子项为站点时,站点在道路的左侧、右侧还是在路上。
double turnAngle
 返回该行驶导引子项为点类型(即 isEdge 返回 false)时,该点处下一步行进的转弯角度。
TurnType turnType
 返回该行驶导引子项为点类型(即 isEdge 返回 false)时,该点处下一步行进的转弯方向。
double weight
 返回该行驶导引子项的权值,即行使导引对象子项的花费。
BOOL isEdge
 返回该行驶导引子项是线还是点类型。
BOOL isStop
 返回该行驶导引子项是否为站点,或站点被归结到网络上的对应点。

成员函数文档

- (void) dispose  

属性文档

- (Rectangle2D*) bounds [read, retain]

返回该行驶导引子项的范围。

- (DirectionType) directionType [read, assign]

返回该行驶导引子项的行驶方向。

- (double) distance [read, assign]

返回站点到网络的距离。

- (GeoLine*) guideLine [read, retain]

返回该行驶导引子项为线类型(即 isEdge 返回 true)时,对应的行驶导引线段。

- (NSInteger) ID [read, assign]

返回该行驶导引子项的 ID。

- (NSInteger) index [read, assign]

返回该行驶导引子项的序号。

- (BOOL) isEdge [read, assign]

返回该行驶导引子项是线还是点类型。

- (BOOL) isStop [read, assign]

返回该行驶导引子项是否为站点,或站点被归结到网络上的对应点。

- (double) length [read, assign]

返回该行驶导引子项为线类型(即 isEdge 返回 true})时,对应线段的长度。

- (NSString*) name [read, retain]

返回该行驶导引子项的名称。

- (SideType) sideType [read, assign]

返回该行驶导引子项为站点时,站点在道路的左侧、右侧还是在路上。

- (double) turnAngle [read, assign]

返回该行驶导引子项为点类型(即 isEdge 返回 false)时,该点处下一步行进的转弯角度。

- (TurnType) turnType [read, assign]

返回该行驶导引子项为点类型(即 isEdge 返回 false)时,该点处下一步行进的转弯方向。

- (double) weight [read, assign]

返回该行驶导引子项的权值,即行使导引对象子项的花费。


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