高德地图SDK(导航) V10.0.900
|
导航过程中的没有避开的设施、禁行标志等信息 since 6.0.0 More...
#import <AMapNaviCommonObj.h>
Properties | |
NSInteger | type |
类型,1:限高; 2:限宽; 3:限重; 4:禁行 | |
NSInteger | forbiddenType |
禁行类型,-1:无效; 0:禁止左转; 1:禁止右转; 2:禁止左掉头; 3:禁止右掉头; 4:禁止直行 | |
NSInteger | distance |
自车到设施的距离,-1表示没有剩余距离信息。 | |
AMapNaviPoint * | coordinate |
设施的经纬度 | |
导航过程中的没有避开的设施、禁行标志等信息 since 6.0.0
|
readwritenonatomicstrong |
设施的经纬度
|
readwritenonatomicassign |
自车到设施的距离,-1表示没有剩余距离信息。
|
readwritenonatomicassign |
禁行类型,-1:无效; 0:禁止左转; 1:禁止右转; 2:禁止左掉头; 3:禁止右掉头; 4:禁止直行
|
readwritenonatomicassign |
类型,1:限高; 2:限宽; 3:限重; 4:禁行