24@property (nonatomic, assign)
double heading;
27@property (nonatomic, assign) NSInteger
speed;
当前的自车位置
Definition AMapNaviLocation.h:12
int currentPointIndex
当前自车位置在当前link段所在的point的index,从0开始 since 6.7.0
Definition AMapNaviLocation.h:42
BOOL isMatchNaviPath
是否匹配在道路上
Definition AMapNaviLocation.h:33
int currentLinkIndex
当前所在的link段的index,从0开始 since 6.7.0
Definition AMapNaviLocation.h:39
NSDate * timestamp
时间戳
Definition AMapNaviLocation.h:30
BOOL isNetworkNavi
当前定位点是否为参与导航的网络点. 注意:只针对驾车. since 6.8.0
Definition AMapNaviLocation.h:45
NSInteger speed
速度(km/h)
Definition AMapNaviLocation.h:27
double altitude
高度
Definition AMapNaviLocation.h:21
AMapNaviPoint * coordinate
经纬度
Definition AMapNaviLocation.h:15
double heading
方向
Definition AMapNaviLocation.h:24
int currentSegmentIndex
当前所在的segment段的index,从0开始 since 6.7.0
Definition AMapNaviLocation.h:36
double accuracy
精确度
Definition AMapNaviLocation.h:18
Definition AMapNaviCommonObj.h:495