TencentMapSDK_iOS_3D_v5.7.0
QUserLocation.h
1 //
2 // QUserLocation.h
3 // QMapKit
4 //
5 // Created by tabsong on 17/5/23.
6 // Copyright © 2017年 tencent. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <CoreLocation/CoreLocation.h>
11 
15 @interface QUserLocation : NSObject
16 
20 @property (readonly, nonatomic, strong) CLLocation *location;
21 
25 @property (readonly, nonatomic, strong) CLHeading *heading;
26 
27 @end
QUserLocation
定位信息类
Definition: QUserLocation.h:16
QUserLocation::location
CLLocation * location
位置信息.
Definition: QUserLocation.h:20
QUserLocation::heading
CLHeading * heading
heading信息.
Definition: QUserLocation.h:25