高德地图SDK(导航) V11.2.000
Loading...
Searching...
No Matches
AMapNaviLocation.h
Go to the documentation of this file.
1//
2// AMapNaviLocation.h
3// AMapNaviKit
4//
5// Created by eidan on 2018/1/18.
6// Copyright © 2018年 Amap. All rights reserved.
7//
8
10
13@interface AMapNaviLocation : NSObject<NSCopying>
14
17@property (nonatomic, strong) AMapNaviPoint *coordinate;
18
21@property (nonatomic, assign) double accuracy;
22
25@property (nonatomic, assign) double altitude;
26
29@property (nonatomic, assign) double heading;
30
33@property (nonatomic, assign) NSInteger speed;
34
37@property (nonatomic, strong) NSDate *timestamp;
38
41@property (nonatomic, assign) BOOL isMatchNaviPath;
42
45@property (nonatomic, assign) int currentSegmentIndex;
46
49@property (nonatomic, assign) int currentLinkIndex;
50
53@property (nonatomic, assign) int currentPointIndex;
54
57@property (nonatomic, assign) BOOL isNetworkNavi;
58
59@end
Definition AMapNaviLocation.h:13
int currentPointIndex
Definition AMapNaviLocation.h:53
BOOL isMatchNaviPath
Definition AMapNaviLocation.h:41
int currentLinkIndex
Definition AMapNaviLocation.h:49
NSDate * timestamp
Definition AMapNaviLocation.h:37
BOOL isNetworkNavi
Definition AMapNaviLocation.h:57
NSInteger speed
Definition AMapNaviLocation.h:33
double altitude
Definition AMapNaviLocation.h:25
AMapNaviPoint * coordinate
Definition AMapNaviLocation.h:17
double heading
Definition AMapNaviLocation.h:29
int currentSegmentIndex
Definition AMapNaviLocation.h:45
double accuracy
Definition AMapNaviLocation.h:21
Definition AMapNaviCommonObj.h:614
© 2017 高德信息技术有限公司 版权所有,保留所有权利。