|
高德地图SDK(导航)
V11.1.000
|
#import <AMapNaviLocation.h>
Properties | |
| AMapNaviPoint * | coordinate |
| double | accuracy |
| double | altitude |
| double | heading |
| NSInteger | speed |
| NSDate * | timestamp |
| BOOL | isMatchNaviPath |
| int | currentSegmentIndex |
| int | currentLinkIndex |
| int | currentPointIndex |
| BOOL | isNetworkNavi |
当前的自车位置 Current vehicle position
|
readwritenonatomicassign |
精确度 Accuracy
|
readwritenonatomicassign |
高度 Altitude
|
readwritenonatomicstrong |
经纬度 Latitude and longitude
|
readwritenonatomicassign |
当前所在的link段的index,从0开始 since 6.7.0 The index of the current link, starting from 0. since 6.7.0
|
readwritenonatomicassign |
当前自车位置在当前link段所在的point的index,从0开始 since 6.7.0 The index of the current vehicle position point in the current link segment, starting from 0. since 6.7.0
|
readwritenonatomicassign |
当前所在的segment段的index,从0开始 since 6.7.0 The index of the current segment, starting from 0. since 6.7.0
|
readwritenonatomicassign |
方向 Direction
|
readwritenonatomicassign |
是否匹配在道路上 Whether matched on the road
|
readwritenonatomicassign |
当前定位点是否为参与导航的网络点. 注意:只针对驾车. since 6.8.0 Whether the current positioning point is a network point involved in navigation. Note: only for driving. since 6.8.0
|
readwritenonatomicassign |
速度(km/h) Speed (km/h)
|
readwritenonatomicstrong |
时间戳 Timestamp