高德地图SDK(导航)  V11.1.000
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 
19 
22 @property (readonly, nonatomic, getter = isUpdating) BOOL updating;
23 
26 @property (readonly, nonatomic, strong) CLLocation *location;
27 
30 @property (readonly, nonatomic, strong) CLHeading *heading;
31 
32 @end
Definition: MAAnimatedAnnotation.h:15
Definition: MAUserLocation.h:19
CLLocation * location
Definition: MAUserLocation.h:26
CLHeading * heading
Definition: MAUserLocation.h:30
BOOL updating
Definition: MAUserLocation.h:22
© 2017 高德信息技术有限公司 版权所有,保留所有权利。