iOS高德地图SDK(3D) V10.0.600
Loading...
Searching...
No Matches
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>
12
13@class CLLocation;
14@class CLHeading;
15
18
20@property (readonly, nonatomic, getter = isUpdating) BOOL updating;
21
23@property (readonly, nonatomic, strong) CLLocation *location;
24
26@property (readonly, nonatomic, strong) CLHeading *heading;
27
28@end
支持动画效果的点标注
Definition MAAnimatedAnnotation.h:14
定位信息类
Definition MAUserLocation.h:18
CLLocation * location
位置信息,如果MAMapView的showsUserLocation为NO,或者尚未定位成功,则该值为nil
Definition MAUserLocation.h:23
CLHeading * heading
heading信息
Definition MAUserLocation.h:26
BOOL updating
位置更新状态,如果正在更新位置信息,则该值为YES
Definition MAUserLocation.h:20
© 2017 高德信息技术有限公司 版权所有,保留所有权利。