iOS高德地图SDK(2D)  v5.6.0
MAUserLocation.h
Go to the documentation of this file.
1 //
2 // MAUserLocation.h
3 // MAMapKit
4 //
5 // Created by AutoNavi.
6 // Copyright (c) 2012年 Amap. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MAAnnotation.h"
11 
12 @class CLLocation;
13 @class CLHeading;
14 
16 @interface MAUserLocation : NSObject<MAAnnotation>
17 
19 @property (nonatomic, readonly, getter = isUpdating) BOOL updating;
20 
22 @property (nonatomic, readonly) CLLocation *location;
23 
25 @property (nonatomic, readonly) CLHeading *heading;
26 
28 @property (nonatomic, copy) NSString *title;
29 
31 @property (nonatomic, copy) NSString *subtitle;
32 
33 @end
34 
NSString * title
定位标注点要显示的标题信息.
Definition: MAUserLocation.h:28
NSString * subtitle
定位标注点要显示的子标题信息.
Definition: MAUserLocation.h:31
BOOL updating
位置更新状态,如果正在更新位置信息,则该值为YES.
Definition: MAUserLocation.h:19
定位信息类
Definition: MAUserLocation.h:16
CLHeading * heading
heading信息.
Definition: MAUserLocation.h:25
CLLocation * location
位置信息, 如果MAMapView的showsUserLocation为NO, 或者尚未定位成功, 则该值为nil.
Definition: MAUserLocation.h:22
© 2017 高德信息技术有限公司 版权所有,保留所有权利。