高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
AMapNaviNotAvoidFacilityAndForbiddenInfo Class Reference

导航过程中的没有避开的设施、禁行标志等信息 since 6.0.0 More...

#import <AMapNaviCommonObj.h>

Inheritance diagram for AMapNaviNotAvoidFacilityAndForbiddenInfo:

Properties

NSInteger type
 类型,1:限高; 2:限宽; 3:限重; 4:禁行
 
NSInteger forbiddenType
 禁行类型,-1:无效; 0:禁止左转; 1:禁止右转; 2:禁止左掉头; 3:禁止右掉头; 4:禁止直行
 
NSInteger distance
 自车到设施的距离,-1表示没有剩余距离信息。
 
AMapNaviPointcoordinate
 设施的经纬度
 

Detailed Description

导航过程中的没有避开的设施、禁行标志等信息 since 6.0.0

Property Documentation

◆ coordinate

- (AMapNaviPoint*) coordinate
readwritenonatomicstrong

设施的经纬度

◆ distance

- (NSInteger) distance
readwritenonatomicassign

自车到设施的距离,-1表示没有剩余距离信息。

◆ forbiddenType

- (NSInteger) forbiddenType
readwritenonatomicassign

禁行类型,-1:无效; 0:禁止左转; 1:禁止右转; 2:禁止左掉头; 3:禁止右掉头; 4:禁止直行

◆ type

- (NSInteger) type
readwritenonatomicassign

类型,1:限高; 2:限宽; 3:限重; 4:禁行


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。