|
高德地图SDK(导航) V11.2.0501
|
#include <AMapNaviCommonObj.h>
Properties | |
| NSInteger | type |
| NSInteger | forbiddenType |
| NSInteger | distance |
| AMapNaviPoint * | coordinate |
导航过程中的没有避开的设施、禁行标志等信息 since 6.0.0 Information on facilities and no-entry signs not avoided during navigation
|
readwritenonatomicstrong |
设施的经纬度 Latitude and longitude of the facilities
|
readwritenonatomicassign |
自车到设施的距离,-1表示没有剩余距离信息。 Distance from vehicle to facility, -1 means no remaining distance information.
|
readwritenonatomicassign |
禁行类型,-1:无效; 0:禁止左转; 1:禁止右转; 2:禁止左掉头; 3:禁止右掉头; 4:禁止直行 Prohibition type, -1: invalid; 0: no left turn; 1: no right turn; 2: no left U-turn; 3: no right U-turn; 4: no straight
|
readwritenonatomicassign |
类型,1:限高; 2:限宽; 3:限重; 4:禁行 Types,1: Height limit; 2: Width limit; 3: Weight limit; 4: No entry