iOS高德地图SDK(3D)  V7.5.0
MAUserLocation Class Reference

定位信息类 More...

#import <MAUserLocation.h>

Inheritance diagram for MAUserLocation:
MAAnimatedAnnotation MAPointAnnotation MAShape

Properties

BOOL updating
 位置更新状态,如果正在更新位置信息,则该值为YES More...
 
CLLocation * location
 位置信息,如果MAMapView的showsUserLocation为NO,或者尚未定位成功,则该值为nil More...
 
CLHeading * heading
 heading信息 More...
 
- Properties inherited from MAAnimatedAnnotation
CLLocationDirection movingDirection
 移动方向. since 4.5.0 More...
 
- Properties inherited from MAPointAnnotation
CLLocationCoordinate2D coordinate
 经纬度 More...
 
BOOL lockedToScreen
 是否固定在屏幕一点, 注意,拖动或者手动改变经纬度,都会导致设置失效 More...
 
CGPoint lockedScreenPoint
 固定屏幕点的坐标 More...
 
- Properties inherited from MAShape
NSString * title
 标题 More...
 
NSString * subtitle
 副标题 More...
 

Additional Inherited Members

- Instance Methods inherited from MAAnimatedAnnotation
(MAAnnotationMoveAnimation *) - addMoveAnimationWithKeyCoordinates:count:withDuration:withName:completeCallback:
 添加移动动画, 第一个添加的动画以当前coordinate为起始点,沿传入的coordinates点移动,否则以上一个动画终点为起始点. since 4.5.0 More...
 
(MAAnnotationMoveAnimation *) - addMoveAnimationWithKeyCoordinates:count:withDuration:withName:completeCallback:stepCallback:
 添加移动动画, 第一个添加的动画以当前coordinate为起始点,沿传入的coordinates点移动,否则以上一个动画终点为起始点. since 5.4.0 More...
 
(NSArray< MAAnnotationMoveAnimation * > *) - allMoveAnimations
 获取所有未完成的移动动画, 返回数组内为MAAnnotationMoveAnimation对象. since 4.5.0 More...
 
(void) - setNeedsStart
 设置需要开始动画,自定义其他类型动画时需要调用. since 6.0.0 More...
 
- Protected Attributes inherited from MAShape
NSString * _title
 标题 More...
 
NSString * _subtitle
 副标题 More...
 

Detailed Description

定位信息类

Property Documentation

◆ heading

- (CLHeading*) heading
readnonatomicstrong

heading信息

◆ location

- (CLLocation*) location
readnonatomicstrong

位置信息,如果MAMapView的showsUserLocation为NO,或者尚未定位成功,则该值为nil

◆ updating

- (BOOL) updating
readnonatomicassign

位置更新状态,如果正在更新位置信息,则该值为YES


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。