高德地图SDK(导航)
V10.0.900
Loading...
Searching...
No Matches
MAAnnotationMoveAnimation.h
Go to the documentation of this file.
1
//
2
// MAAnnotationMoveAnimation.h
3
// MAMapKit
4
//
5
// Created by shaobin on 16/11/21.
6
// Copyright © 2016 Amap. All rights reserved.
7
//
8
9
10
#import "
MAConfig.h
"
11
#import <Foundation/Foundation.h>
12
#import "
MAAnnotation.h
"
13
15
@interface
MAAnnotationMoveAnimation
: NSObject
16
21
- (NSString *)
name
;
22
27
- (CLLocationCoordinate2D *)
coordinates
;
28
33
- (NSUInteger)
count
;
34
39
- (CGFloat)
duration
;
40
45
- (CGFloat)
elapsedTime
;
46
50
- (void)
cancel
;
51
56
- (BOOL)
isCancelled
;
57
62
- (NSInteger)
passedPointCount
;
63
64
65
@end
MAAnnotation.h
MAConfig.h
MAAnnotationMoveAnimation
annotation移动动画. since 4.5.0
Definition
MAAnnotationMoveAnimation.h:16
-[MAAnnotationMoveAnimation cancel]
void cancel()
取消
-[MAAnnotationMoveAnimation isCancelled]
BOOL isCancelled()
是否已取消
-[MAAnnotationMoveAnimation name]
NSString * name()
获取动画名字
-[MAAnnotationMoveAnimation duration]
CGFloat duration()
获取动画时长
-[MAAnnotationMoveAnimation passedPointCount]
NSInteger passedPointCount()
获取当前动画已走过点的总个数
-[MAAnnotationMoveAnimation coordinates]
CLLocationCoordinate2D * coordinates()
获取经纬度坐标点数组
-[MAAnnotationMoveAnimation count]
NSUInteger count()
获取coordinates数组内坐标点个数
-[MAAnnotationMoveAnimation elapsedTime]
CGFloat elapsedTime()
获取动画已执行的时长
© 2017 高德信息技术有限公司 版权所有,保留所有权利。