iOS高德轻量版地图SDK  1.2.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 <Foundation/Foundation.h>
10 #import "MAAnimatedAnnotation.h"
11 #import <AMapFoundationKit/AMapUtility.h>
12 
13 @class CLLocation;
14 @class CLHeading;
15 
18 
20 @property (nonatomic, strong, readonly) CLLocation *location;
21 
23 @property (nonatomic, strong) CLHeading *heading;
24 
25 - (void)setLocation:(CLLocation *)location coordinateType:(AMapCoordinateType)type;
26 
27 @end
MAAnimatedAnnotation.h
MAUserLocation::location
CLLocation * location
位置信息
Definition: MAUserLocation.h:20
MAUserLocation
定位信息类
Definition: MAUserLocation.h:18
MAUserLocation::heading
CLHeading * heading
heading信息
Definition: MAUserLocation.h:23
MAAnimatedAnnotation
支持动画效果的点标注
Definition: MAAnimatedAnnotation.h:13
© 2020 高德信息技术有限公司版权所有,保留所有权利。