TencentMapSDK_iOS_3D_v6.4.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.h:16
CLLocation * location
位置信息.
定义 QUserLocation.h:20
CLHeading * heading
heading信息.
定义 QUserLocation.h:25