BNRoutePlanNode Class Reference

Inherits from NSObject
Declared in BNRoutePlanModel.h

Overview

路径规划节点

  pos

位置,原始经纬度信息

@property (nonatomic, strong) BNPosition *pos

Discussion

位置,原始经纬度信息

Declared In

BNRoutePlanModel.h

  uid

uid,绑路用,有uid时需传入,可提高算路准确性

@property (nonatomic, strong) NSString *uid

Discussion

uid,绑路用,有uid时需传入,可提高算路准确性

Declared In

BNRoutePlanModel.h

  cityID

城市ID

@property (nonatomic, strong) NSString *cityID

Discussion

城市ID

Declared In

BNRoutePlanModel.h

  title

描述信息(如家,公司,地图上选的点,我的位置等)

@property (nonatomic, copy) NSString *title

Discussion

描述信息(如家,公司,地图上选的点,我的位置等)

Declared In

BNRoutePlanModel.h

  address

地址信息(如上地十街十号百度大厦)

@property (nonatomic, copy) NSString *address

Discussion

地址信息(如上地十街十号百度大厦)

Declared In

BNRoutePlanModel.h