高德地图SDK(导航)  V7.7.0
MAUserLocation.h
Go to the documentation of this file.
1 //
2 // MAUserLocation.h
3 // MAMapKit
4 //
5 // Created by yin cai on 12-1-4.
6 // Copyright © 2016 Amap. All rights reserved.
7 //
8 
9 #import "MAConfig.h"
10 #import <Foundation/Foundation.h>
11 #import "MAAnimatedAnnotation.h"
12 
13 @class CLLocation;
14 @class CLHeading;
15 
18 
20 @property (readonly, nonatomic, getter = isUpdating) BOOL updating;
21 
23 @property (readonly, nonatomic, strong) CLLocation *location;
24 
26 @property (readonly, nonatomic, strong) CLHeading *heading;
27 
28 @end
MAAnimatedAnnotation.h
MAUserLocation::location
CLLocation * location
位置信息,如果MAMapView的showsUserLocation为NO,或者尚未定位成功,则该值为nil
Definition: MAUserLocation.h:23
MAUserLocation
定位信息类
Definition: MAUserLocation.h:18
MAConfig.h
MAUserLocation::updating
BOOL updating
位置更新状态,如果正在更新位置信息,则该值为YES
Definition: MAUserLocation.h:20
MAUserLocation::heading
CLHeading * heading
heading信息
Definition: MAUserLocation.h:26
MAAnimatedAnnotation
支持动画效果的点标注
Definition: MAAnimatedAnnotation.h:14
© 2017 高德信息技术有限公司 版权所有,保留所有权利。